Go to file
nakarlsson c9bbb90ed1 fixed linux warnings, removed unused/unsed and set variales. Moved fshort-wchar to machine .mk files 2015-03-17 22:21:20 +01:00
doc SOEM 1.31 RC 2015-03-11 21:45:16 +01:00
make fixed linux warnings, removed unused/unsed and set variales. Moved fshort-wchar to machine .mk files 2015-03-17 22:21:20 +01:00
osal SOEM 1.31 RC 2015-03-11 21:45:16 +01:00
oshw SOEM 1.31 RC 2015-03-11 21:45:16 +01:00
soem SOEM 1.31 RC 2015-03-11 21:45:16 +01:00
test fixed linux warnings, removed unused/unsed and set variales. Moved fshort-wchar to machine .mk files 2015-03-17 22:21:20 +01: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
Makefile Added SOEM 1.3 (hg: a02cedcbdca5) 2014-11-25 16:10:29 +01:00
README Added SOEM 1.3 (hg: a02cedcbdca5) 2014-11-25 16:10:29 +01:00
TODO.tasks Added SOEM 1.3 (hg: a02cedcbdca5) 2014-11-25 16:10:29 +01:00
clean_libsoem_lib.bat Added SOEM 1.3 (hg: a02cedcbdca5) 2014-11-25 16:10:29 +01:00
clean_test_win32.bat Added SOEM 1.3 (hg: a02cedcbdca5) 2014-11-25 16:10:29 +01:00
drvcomment.txt Added SOEM 1.3 (hg: a02cedcbdca5) 2014-11-25 16:10:29 +01:00
make_libsoem_lib.bat Added SOEM 1.3 (hg: a02cedcbdca5) 2014-11-25 16:10:29 +01:00
make_test_win32.bat Added SOEM 1.3 (hg: a02cedcbdca5) 2014-11-25 16:10:29 +01:00
make_test_win32_all.bat SOEM 1.31 RC 2015-03-11 21:45:16 +01:00
setup.sh Added SOEM 1.3 (hg: a02cedcbdca5) 2014-11-25 16:10:29 +01:00

README

To compile for linux:

go to project directory

source ./setup.sh linux

make all

Please read the doxygen documentation in doc/html/index.html

--------------------------------------------------------------

To complie for windows:

go to project directory 

Build soem libary make_libsoem_lib.bat <Path to MSVC VC> <arch>

Ex: make_libsoem_lib.bat "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC" x86

Build test folder make_test_win32.bat <Path to MSVC VC> <arch>

Ex: make_test_win32.bat "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC" x86

Test: slavinfo.exe <wpcap device name>. slaveinfo.exe will print the \Device\NPF_{xxxxxx}'s
Ex. slaveinfo.exe \Device\NPF_{735D4B45-68D6-47A6-B826-E0DA26AC761A}