From b200f34c59840cfbe40f2d956cc0f3dc7f31aaae Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Tue, 20 Oct 2020 09:05:06 +0300 Subject: Fixed a mistake in the installation manual Fixed #238 --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3