Minor modifications on setting CMake options.

This commit is contained in:
falgout 2012-09-24 23:38:53 +00:00
parent 3fafe2803b
commit b1235c8bef

View File

@ -84,5 +84,9 @@ platforms) or Visual Studio (Windows). Here are the basic steps:
Optional Features:
Various configuration options can be set from within CMake. Change these as
appropriate, then click on 'Configure' then 'Generate' again before re-building
in the native build system.
appropriate, then reconfigure/generate:
- Unix: From the 'src/cmbuild' directory, type 'ccmake ..', change options, then
type 'c' then 'q'.
- Windows VS: Change options, then click on 'Configure' then 'Generate'.