Difference between revisions of "OpenIGTLink/Library/Build"
From NAMIC Wiki
(→Linux) |
|||
Line 12: | Line 12: | ||
* make | * make | ||
* Testing/igtlSocketTest | * Testing/igtlSocketTest | ||
+ | (For the moment this will not do anything, as the igtlSocketTest.cxx contains only "return EXIT_SUCCESS;") | ||
== Windows == | == Windows == |
Revision as of 18:00, 2 February 2008
Home < OpenIGTLink < Library < BuildStep by step instructions to build the basic platform
Linux
- mkdir OpenIGT
- cd OpenIGT
- svn co http://www.na-mic.org/svn/NAMICSandBox/trunk/OpenIGTLink/ OpenIGTLink
- mkdir build
- cd build
- cmake ../OpenIGTLink
- make
- Testing/igtlSocketTest
(For the moment this will not do anything, as the igtlSocketTest.cxx contains only "return EXIT_SUCCESS;")