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:
$ 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`