diff options
| author | Regina Obe <lr@pcorp.us> | 2018-08-11 16:59:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-11 16:59:30 -0400 |
| commit | 56f23b29a075467fc2377ba086c0263a3eb70fe6 (patch) | |
| tree | dbbff505c8e8f828edad4e87234f6018825c0387 /INSTALL.md | |
| parent | d2205ba2ee78faeea659263383446c4472b1f9df (diff) | |
Add -DBUILD_PKGCONFIG_FILES to install instructions
Building under msys/mingw doesn't automatically install the pkg config files needed to build GDAL and other libraries
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ Main available cmake flags: * To specify the install path: '-DCMAKE\_INSTALL\_PREFIX=/path' * To build the shared libraries and links the executables against it: '-DBUILD\_SHARED\_LIBS:bool=on' (default: 'ON') > Note: when using this option, static libraries are not built and executables are dynamically linked. + * PKG_CONFIG files are by default built for Unix compile, you can force to build on other platforms by adding: '-DBUILD_PKGCONFIG_FILES=on' * To build the CODEC executables: '-DBUILD\_CODEC:bool=on' (default: 'ON') * To build opjstyle (internal version of astyle) for OpenJPEG development: '-DWITH_ASTYLE=ON' * [OBSOLETE] To build the MJ2 executables: '-DBUILD\_MJ2:bool=on' (default: 'OFF') |
