documentation error cmake (Bug #1844)
Description
Page 7 of the Tutorial pdf of Version 2.4:
should be:
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ..
instead of:
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX= usr/local
-> there was a space after "=" and the parent directory where the CMakeLists.txt is located was not specified.
At bullet point 3 your are already in the "release" dir. So it is not necessary to enter again in the temporary created directory
Associated revisions
fixed typo in the installation guide (ticket #1844)
Merge pull request #1844 from StevenPuttemans:bugfix_3370
History
Updated by Vadim Pisarevsky almost 13 years ago
thanks! fixed in r8177. Online version and PDF will be updated by the final 2.4
- Status changed from Open to Done
- Assignee set to Vadim Pisarevsky