Skip to content

Commit

Permalink
Merge pull request OpenEtherCATsociety#8 from mheden/master
Browse files Browse the repository at this point in the history
Fix README documentation
  • Loading branch information
mheden committed Sep 28, 2015
2 parents 903b521 + bed5047 commit 34670ce
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 34670ce

Please sign in to comment.