SOEM/README.md

26 lines
367 B
Markdown
Raw Normal View History

2015-07-09 17:57:59 +02:00
BUILDING
========
Prerequisites for all platforms
-------------------------------
* CMake 2.8.0 or later
Windows (Visual Studio)
-----------------------
* Start a Visual Studio command prompt then:
2015-09-28 14:06:18 +02:00
* `mkdir build`
* `cd build`
* `cmake .. -G "NMake Makefiles"`
* `nmake`
2015-07-09 17:57:59 +02:00
Linux
-----
2015-09-28 14:06:18 +02:00
* `mkdir build`
* `cd build`
* `cmake ..`
* `make`