Fix README documentation

pull/8/head
Mikael Heden 2015-09-28 14:06:18 +02:00
parent d6dd3411d7
commit bed5047a2f
1 changed files with 8 additions and 7 deletions

View File

@ -11,14 +11,15 @@ Windows (Visual Studio)
----------------------- -----------------------
* Start a Visual Studio command prompt then: * Start a Visual Studio command prompt then:
$ mkdir build * `mkdir build`
$ cd build * `cd build`
$ cmake .. -G "NMake Makefiles" * `cmake .. -G "NMake Makefiles"`
$ nmake * `nmake`
Linux Linux
----- -----
$ mkdir build * `mkdir build`
$ cmake .. * `cd build`
$ make * `cmake ..`
* `make`