Skip to content

Commit

Permalink
Install cs2cswrapper library to /usr/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegersp authored Aug 29, 2024
1 parent 521f62d commit a79b28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export TOMCAT_HOME="/opt/tomcat"

cd /home/carma-cloud/src/cc/geosrv
gcc -c -std=c11 -fPIC -Wall -I "${JAVA_HOME}/include/" -I "${JAVA_HOME}/include/linux/" -I /tmp/proj/src/ cs2cswrapper.c
gcc -shared cs2cswrapper.o -lproj -o /usr/local/lib/libcs2cswrapper.so
gcc -shared cs2cswrapper.o -lproj -o /usr/lib/libcs2cswrapper.so

mkdir -p "${TOMCAT_HOME}/webapps/carmacloud/ROOT"
cd /home
Expand Down

0 comments on commit a79b28b

Please sign in to comment.