Difference between revisions of "Cmc recursive Windows Install"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
=== Warning: still INCOMPLETE!!! ===
 
----
 
 
The following is a guide for compilation of [[Asibot_-_Implemented_Modules#cmc_recursive_.28Ubuntu_.2F_Windows.29|'''cmc_recursive''']] on a MS Windows Operating System ([[cmc_recursive Ubuntu Install|click here for '''Ubuntu guide''']]). Most installs are from source and correct version is assured following the [[Modules - Dependency Version]] specification (compatibility!). Source tarballs can also be found at http://robots.uc3m.es/svn/ASIBOTcoderepo/branches/v02/tars (permanent links!).
 
The following is a guide for compilation of [[Asibot_-_Implemented_Modules#cmc_recursive_.28Ubuntu_.2F_Windows.29|'''cmc_recursive''']] on a MS Windows Operating System ([[cmc_recursive Ubuntu Install|click here for '''Ubuntu guide''']]). Most installs are from source and correct version is assured following the [[Modules - Dependency Version]] specification (compatibility!). Source tarballs can also be found at http://robots.uc3m.es/svn/ASIBOTcoderepo/branches/v02/tars (permanent links!).
  
Line 7: Line 5:
 
Then [[ACE 5.7.1 Windows Install|install ACE 5.7.1.0]] (ACE is needed for YARP).
 
Then [[ACE 5.7.1 Windows Install|install ACE 5.7.1.0]] (ACE is needed for YARP).
  
Then [[YARP 2.2.6 Windows Install|install YARP 2.2.6]] (YARP is needed for jmc_rave).
+
Then [[YARP 2.2.6 Windows Install|install YARP 2.2.6]] (YARP is needed for cmc_recursive).
 +
 
 +
Then [[Eigen 2.0.12 Windows Install|install Eigen 2.0.12]] (Eigen is needed for KDL).
 +
 
 +
Then [[KDL 1.0.2 Windows Install|install KDL 1.0.2]] (KDL is needed for cmc_recursive).
 +
 
 +
And finally compile the actual module: Right-click in your folder and click on SVN checkout. Paste http://robots.uc3m.es/svn/ASIBOTcoderepo/trunk/cmc_recursive in the first form slot (URL of repository). Click on '''OK'''. Create a folder called "build" inside "cmc_recursive". Open CMake. Use the cmc_recursive folder full make path in the first form slot (such as ''C:\robotsuc3mes\cmc_recursive''), and build full path in the second slot (such as ''C:\robotsuc3mes\cmc_recursive\build''). Press '''Configure''', '''Finish''' once selected VS2008, '''Configure''' again, then '''Generate''' once. Close CMake and browse to build, open "drv_rave.sln" and open it (it is a MS Visual Studio 2009 solution file). Change build type from '''Debug''' to '''Release'''. Press Build --> '''Build Solution'''.

Latest revision as of 14:22, 8 July 2010

The following is a guide for compilation of cmc_recursive on a MS Windows Operating System (click here for Ubuntu guide). Most installs are from source and correct version is assured following the Modules - Dependency Version specification (compatibility!). Source tarballs can also be found at http://robots.uc3m.es/svn/ASIBOTcoderepo/branches/v02/tars (permanent links!).

First, you must install Tortoise SVN, CMake, MS Virtual Studio 2009 (requires license), and possibly WinRAR.

Then install ACE 5.7.1.0 (ACE is needed for YARP).

Then install YARP 2.2.6 (YARP is needed for cmc_recursive).

Then install Eigen 2.0.12 (Eigen is needed for KDL).

Then install KDL 1.0.2 (KDL is needed for cmc_recursive).

And finally compile the actual module: Right-click in your folder and click on SVN checkout. Paste http://robots.uc3m.es/svn/ASIBOTcoderepo/trunk/cmc_recursive in the first form slot (URL of repository). Click on OK. Create a folder called "build" inside "cmc_recursive". Open CMake. Use the cmc_recursive folder full make path in the first form slot (such as C:\robotsuc3mes\cmc_recursive), and build full path in the second slot (such as C:\robotsuc3mes\cmc_recursive\build). Press Configure, Finish once selected VS2008, Configure again, then Generate once. Close CMake and browse to build, open "drv_rave.sln" and open it (it is a MS Visual Studio 2009 solution file). Change build type from Debug to Release. Press Build --> Build Solution.