mirror of
https://github.com/OpenEtherCATsociety/SOEM.git
synced 2026-02-06 00:53:00 +08:00
903b52174605ec03e85515a3723750e7e55231c8
Cmake build system + minor test application cleanup
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
Description
Languages
C
97.2%
CMake
1.7%
Python
1%
Dockerfile
0.1%