This website requires JavaScript.
Explore
Help
Sign In
libs
/
SOEM
Watch
4
Star
0
Fork
You've already forked SOEM
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0b677f832b
SOEM
/
README.md
367 B
Raw
Blame
History
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
cd build
cmake ..
make