Changeset 26752 for issm/trunk-jpl/externalpackages/proj/install-6.sh
- Timestamp:
- 12/28/21 15:09:04 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/proj/install-6.sh
r26418 r26752 13 13 export CC=mpicc 14 14 export CXX=mpicxx 15 15 16 # NOTE: On macOS, SQLite3 should be installed by default, but PROJ currently 16 # 17 # requires, 17 18 # 18 # 19 # SQLITE3_LIBS="-lsqlite3". 19 20 # 20 # On Ubuntu Linux, install the SQLite3 binary, libraries and headers 21 # with, 21 # On Ubuntu Linux, install the SQLite3 binary, libraries and headers with, 22 22 # 23 # `apt-get install sqlite3 libsqlite3-dev`23 # apt-get install sqlite3 libsqlite3-dev 24 24 # 25 25 export SQLITE3_LIBS="-lsqlite3"
Note:
See TracChangeset
for help on using the changeset viewer.