Bug #69852 cmake build instructions errors
Submitted: 26 Jul 2013 23:43 Modified: 30 Jul 2013 13:50
Reporter: Roel Van de Paar Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[26 Jul 2013 23:43] Roel Van de Paar
Description:
http://dev.mysql.com/doc/internals/en/cmake-howto-short-version.html

CR/LF is wrong in all 3 boxes.

For example,

mkdir bld_debug
cd
bld_debug 

Should read

mkdir bld_debug
cd bld_debug 

How to repeat:
As per above

Suggested fix:
Fix CR/LF
[26 Jul 2013 23:47] Roel Van de Paar
Also

mkdir bld_debug
cd
bld_debug cmake .. -DCMAKE_BUILD_TYPE=Debug

becomes

mkdir bld_debug
cd bld_debug
cmake .. -DCMAKE_BUILD_TYPE=Debug

etc.
[27 Jul 2013 0:09] Roel Van de Paar
There are other errors also (like make missing it seems)
[27 Jul 2013 0:24] MySQL Verification Team
Thank you for the bug report.
[29 Jul 2013 18:52] Paul DuBois
Bad wiki -> DocBook conversion, perhaps.
[30 Jul 2013 13:50] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.

Also updated some command displays in following sections.