Minor readability fixes of changelog and INSTALL.
This commit is contained in:
parent
8e4f1ba2cb
commit
b892668de8
2 changed files with 7 additions and 1 deletions
6
INSTALL
6
INSTALL
|
@ -13,6 +13,7 @@ You'll need to have these libraries and their development headers to build Wesno
|
|||
boost_regex >= 1.35.0
|
||||
boost_serialization >= 1.35.0
|
||||
boost_asio >= 1.35.0
|
||||
boost_program_options >= 1.35.0
|
||||
boost_system >= 1.35.0
|
||||
boost_thread >= 1.35.0
|
||||
libfontconfig >= 2.4.1
|
||||
|
@ -256,6 +257,11 @@ or use the ccmake frontend which displays all options with their cached values.
|
|||
|
||||
$ ccmake ..
|
||||
|
||||
Another possibility is to use a question-based interface, which can be
|
||||
more convenient for some cases:
|
||||
|
||||
$ cmake -i ..
|
||||
|
||||
Build options:
|
||||
|
||||
!TODO!
|
||||
|
|
|
@ -59,7 +59,7 @@ Version 1.9.6+svn:
|
|||
--campaign-scenario
|
||||
* split optional comma-separated defines list from --preprocess= (or -p=)
|
||||
to --preprocess-defines= option
|
||||
* dropped --log syntax (it's the same as --log-error)
|
||||
* dropped --log alias for --log-error
|
||||
|
||||
Version 1.9.6:
|
||||
* Campaigns:
|
||||
|
|
Loading…
Add table
Reference in a new issue