diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-10-20 09:05:06 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-10-20 09:05:06 +0300 |
commit | b200f34c59840cfbe40f2d956cc0f3dc7f31aaae (patch) | |
tree | 0574d0e53bfd40e6b38f29d6aa01af339b50166b /README.md | |
parent | 9467ed1477533b1da15f95cbc25df207f265c950 (diff) | |
download | libADLMIDI-b200f34c59840cfbe40f2d956cc0f3dc7f31aaae.tar.gz libADLMIDI-b200f34c59840cfbe40f2d956cc0f3dc7f31aaae.tar.bz2 libADLMIDI-b200f34c59840cfbe40f2d956cc0f3dc7f31aaae.zip |
Fixed a mistake in the installation manual
Fixed #238
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,8 +76,8 @@ The library is licensed under in it's parts LGPL 2.1+, GPL v2+, GPL v3+, and MIT ## Available CMake options ### Library options -* **CMAKE_PREFIX_PATH** - destination folder where libADLMIDI will be installed. On Linux it is /usr/local/ by default. -* **CMAKE_BUILD_TYPE** - Build types: **Debug** or **Release** +* **CMAKE_INSTALL_PREFIX** - destination directory where libADLMIDI will be installed. On Linux it is /usr/local/ by default. +* **CMAKE_BUILD_TYPE** - Build types: **Debug** or **Release**. Also **MinSizeRel** or **RelWithDebInfo**. * **libADLMIDI_STATIC** - (ON/OFF, default ON) Build static library * **libADLMIDI_SHARED** - (ON/OFF, default OFF) Build shared library |