documentation error cmake (Bug #1844)


Added by Manel Verdu almost 13 years ago. Updated almost 13 years ago.


Status:Done Start date:2012-04-24
Priority:Normal Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:documentation
Target version:2.4.0 Estimated time:0.10 hour
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

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

Revision 563fc2d1
Added by Vadim Pisarevsky almost 13 years ago

fixed typo in the installation guide (ticket #1844)

Revision 77d04a26
Added by Andrey Pavlenko over 11 years ago

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

Also available in: Atom PDF