Skip to content

Commit

Permalink
Hotfix/release miura (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored Sep 3, 2024
2 parents 1ce73d7 + 12510a0 commit 9329830
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 9329830

Please sign in to comment.