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:
$ mkdir build
$ cd build
$ cmake .. -G "NMake Makefiles"
$ nmake
* `mkdir build`
* `cd build`
* `cmake .. -G "NMake Makefiles"`
* `nmake`
Linux
-----
$ mkdir build
$ cmake ..
$ make
* `mkdir build`
* `cd build`
* `cmake ..`
* `make`