529ffbe0cd
This way, applications don't need to know the details of every header file that exists in the API. With a simple: #include <ethercat.h> they would get everything. This is specially important because the order of including the header files is important! Signed-off-by: Shahbaz Youssefi <syoussefi@kinova.ca> |
||
---|---|---|
cmake | ||
doc | ||
osal | ||
oshw | ||
soem | ||
test | ||
CMakeLists.txt | ||
ChangeLog | ||
Doxyfile | ||
README.md | ||
drvcomment.txt |
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
cd build
cmake ..
make
Want to contribute to SOEM or SOES?
If you want to contribute to SOEM or SOES you will need to sign a Contributor License Agreement and send it to us either by e-mail or by physical mail. More information is available in the PDF.