Changeset 12985
- Timestamp:
- 08/10/12 14:39:32 (13 years ago)
- Location:
- issm/trunk-jpl/externalpackages/swig
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/swig
-
Property svn:ignore
set to
install
*.gz
-
Property svn:ignore
set to
-
issm/trunk-jpl/externalpackages/swig/install.sh
r12189 r12985 21 21 export LDFLAGS="-L$ISSM_DIR/externalpackages/pcre/install/.libs/" 22 22 export LIBS="-lpcre" 23 #Configure doxygen23 #Configure swig 24 24 ./configure \ 25 --prefix="$ISSM_DIR/externalpackages/ python/install" \25 --prefix="$ISSM_DIR/externalpackages/swig/install" \ 26 26 --with-pcre-prefix="$ISSM_DIR/externalpackages/pcre/install" \ 27 --with-pcre-exec-prefix="$ISSM_DIR/externalpackages/pcre/install" 28 make 27 --with-pcre-exec-prefix="$ISSM_DIR/externalpackages/pcre/install" \ 28 --with-python="$ISSM_DIR/externalpackages/python/install/bin/python" 29 30 #Compile and install gdal 31 if [ -z $1 ]; then 32 make 33 else 34 make -j $1 35 fi 29 36 make install
Note:
See TracChangeset
for help on using the changeset viewer.