Merge pull request #8 from mheden/master

Fix README documentation
pull/13/head
Mikael Heden 2015-09-28 14:09:05 +02:00
commit 34670ceb90
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`