Fixed a mistake in the INSTALL file
This commit is contained in:
parent
c2477eb661
commit
54512ff6b3
2
INSTALL
2
INSTALL
|
@ -71,7 +71,7 @@ To replace the CFLAGS and CXXFLAGS entirely:
|
||||||
* For the Debug build type: use CMAKE_C_FLAGS_DEBUG for the CFLAGS and CMAKE_CXX_FLAGS_DEBUG for the CXXFLAGS
|
* For the Debug build type: use CMAKE_C_FLAGS_DEBUG for the CFLAGS and CMAKE_CXX_FLAGS_DEBUG for the CXXFLAGS
|
||||||
Other important environment variables (such as LDFLAGS) are also supported.
|
Other important environment variables (such as LDFLAGS) are also supported.
|
||||||
|
|
||||||
The DESTDIR environment variable is also supported, however it needs to be set before invoking cmake. For example: DESTDIR=mydestdir cmake [extra options] .
|
The DESTDIR environment variable is also supported, however it needs to be set before invoking make install. For example: DESTDIR=mydestdir make install
|
||||||
For more information about DESTDIR, see:
|
For more information about DESTDIR, see:
|
||||||
* http://www.gnu.org/prep/standards/html_node/DESTDIR.html
|
* http://www.gnu.org/prep/standards/html_node/DESTDIR.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue