diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2024-02-18 17:26:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-18 17:26:37 +0100 |
| commit | ddffa33fdfe5d54d9484fb5be40260acd4e694f4 (patch) | |
| tree | 2c1ce4914ba705cb6016f431f0c8cac4cde5339c /INSTALL.md | |
| parent | 89bf51c782639d5799d1378d28470d8bef312eca (diff) | |
| parent | a40509057042c8a03ab6d7060ea1b1d012df472c (diff) | |
Merge pull request #1507 from kmilos/patch-1
Always install pkgconfig files
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -30,7 +30,6 @@ 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') |
