mirror of
https://github.com/OpenEtherCATsociety/SOEM.git
synced 2026-02-06 00:53:00 +08:00
337 B
337 B
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