Go to file
Mikael Heden d6dd3411d7 Minor cleanup in the test applications 2015-07-09 17:58:54 +02:00
cmake Change to cmake build system 2015-07-09 17:57:59 +02:00
doc Fix version number in doxygen 2015-03-24 18:19:27 +01:00
osal Minor cleanup in the test applications 2015-07-09 17:58:54 +02:00
oshw Change to cmake build system 2015-07-09 17:57:59 +02:00
soem Change to cmake build system 2015-07-09 17:57:59 +02:00
test Minor cleanup in the test applications 2015-07-09 17:58:54 +02:00
CMakeLists.txt Change to cmake build system 2015-07-09 17:57:59 +02:00
ChangeLog SOEM 1.31 RC 2015-03-11 21:45:16 +01:00
Doxyfile SOEM 1.31 RC 2015-03-11 21:45:16 +01:00
README.md Change to cmake build system 2015-07-09 17:57:59 +02:00
drvcomment.txt Added SOEM 1.3 (hg: a02cedcbdca5) 2014-11-25 16:10:29 +01:00

README.md

BUILDING

Prerequisites for all platforms

  • CMake 2.8.0 or later

Windows (Visual Studio)

  • Start a Visual Studio command prompt then: $ mkdir build $ cd build $ cmake .. -G "NMake Makefiles" $ nmake

Linux

$ mkdir build $ cmake .. $ make