aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-10-20 09:05:06 +0300
committerWohlstand <admin@wohlnet.ru>2020-10-20 09:05:06 +0300
commitb200f34c59840cfbe40f2d956cc0f3dc7f31aaae (patch)
tree0574d0e53bfd40e6b38f29d6aa01af339b50166b /README.md
parent9467ed1477533b1da15f95cbc25df207f265c950 (diff)
downloadlibADLMIDI-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bdde5e5..1e79007 100644
--- a/README.md
+++ b/README.md
@@ -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