From: Tsuda Kageyu Date: Mon, 17 Feb 2014 02:22:40 +0000 (+0900) Subject: Fixed a typo in INSTALL. X-Git-Tag: v1.10beta~184^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1deff52d95c8dd270803e584df2b98e612075227;p=taglib Fixed a typo in INSTALL. --- diff --git a/INSTALL b/INSTALL index 9e6e8075..5e36d30c 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ TagLib uses the CMake build system. As a user, you will most likely want to build TagLib in release mode and install it into a system-wide location. This can be done using the following commands: - cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_RELEASE_TYPE=Release . + cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release . make sudo make install