Difference between revisions of "Drv rave Windows Install"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
First, you must install [http://tortoisesvn.net/downloads Tortoise SVN], [http://www.cmake.org CMake], MS Virtual Studio 2009 (requires license), and possibly WinRAR.
 
First, you must install [http://tortoisesvn.net/downloads Tortoise SVN], [http://www.cmake.org CMake], MS Virtual Studio 2009 (requires license), and possibly WinRAR.
  
To install ACE 5.7.1.0 (ACE is needed for YARP), right-click on the following link: http://download.dre.vanderbilt.edu/previous_versions/ACE-5.7.1.tar.gz and save the file to a given folder. Extract its contents. Browse for "ACE_wrappers_vc9.sln" and open it (it is a MS Visual Studio 2009 solution file). Change build type from '''Debug''' to '''Release'''.
+
To install ACE 5.7.1.0 (ACE is needed for YARP), right-click on the following link: http://download.dre.vanderbilt.edu/previous_versions/ACE-5.7.1.tar.gz and save the file to a given folder. Extract its contents. Browse for "ACE_wrappers_vc9.sln" and open it (it is a MS Visual Studio 2009 solution file). Change build type from '''Debug''' to '''Release'''. Press Build --> Build Solution.
 
<!-- Create a folder called winbuild. Use CMake on the extracted folder, with folder name in the first form slot, and winbuild path in the second. In CMake, press '''Configure''' twice, then '''Generate''' once. -->
 
<!-- Create a folder called winbuild. Use CMake on the extracted folder, with folder name in the first form slot, and winbuild path in the second. In CMake, press '''Configure''' twice, then '''Generate''' once. -->

Revision as of 16:40, 25 May 2010

The following is a guide for compilation of drv_rave 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.

To install ACE 5.7.1.0 (ACE is needed for YARP), right-click on the following link: http://download.dre.vanderbilt.edu/previous_versions/ACE-5.7.1.tar.gz and save the file to a given folder. Extract its contents. Browse for "ACE_wrappers_vc9.sln" and open it (it is a MS Visual Studio 2009 solution file). Change build type from Debug to Release. Press Build --> Build Solution.