diff options
| author | Mike Taves <mwtoews@gmail.com> | 2019-02-15 22:17:24 +1300 |
|---|---|---|
| committer | Mike Taves <mwtoews@gmail.com> | 2019-02-16 01:21:41 +1300 |
| commit | 7710b81abb83657acf740d1751c0cc047e828fe2 (patch) | |
| tree | d649df09b58ab15942c2c0a559dfb99f01bb01c0 /README.md | |
| parent | a813ad65cfb819bfa295dfbacdf577b258377c93 (diff) | |
| download | PROJ-7710b81abb83657acf740d1751c0cc047e828fe2.tar.gz PROJ-7710b81abb83657acf740d1751c0cc047e828fe2.zip | |
Improve CMake sqlite3 dependency docs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -30,6 +30,11 @@ The following command line utilities are included in the PROJ package: ## Installation +### Build dependencies + +PROJ requires C and C++11 compilers. +It also requires SQLite3 (headers, library and executable). + ### Building with CMake cd proj @@ -42,6 +47,11 @@ On Windows, one may need to specify generator: cmake -G "Visual Studio 15 2017" .. +If the SQLite3 dependency is installed in a custom location, specify the +paths to the include directory and the library:: + + cmake -DSQLITE3_INCLUDE_DIR=/opt/SQLite/include -DSQLITE3_LIBRARY=/opt/SQLite/lib/libsqlite3.so .. + Tests are run with ctest |
