forked from sosojoke/soem-xenomai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ae99c9
commit 7d3225c
Showing
1 changed file
with
2 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,2 @@ | ||
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>. sllaveinfo.exe will print the \Device\NPF_{xxxxxx}'s | ||
Ex. slaveinfo.exe \Device\NPF_{735D4B45-68D6-47A6-B826-E0DA26AC761A} | ||
|
||
To build: | ||
'make' |