Difference between revisions of "YARP 2.2.6 Windows Install"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
To install YARP 2.2.6, click on the following link: http://downloads.sourceforge.net/yarp0/yarp-2.2.6.tar.gz and save the file to a given folder. Extract its contents. Create a folder called '''build'''. Open CMake. Use the YARP folder full path in the first form slot (such as ''C:\robotsuc3mes\yarp-2.2.6''), and build full path in the second slot (such as ''C:\robotsuc3mes\yarp-2.2.6\build''). Press '''Configure''', '''Finish''' once selected VS2008, '''Configure''' again, then '''Generate''' once. Close CMake and browse to winbuild, open "YARP.sln" and open it (it is a MS Visual Studio 2009 solution file). Change build type from '''Debug''' to '''Release'''. Press Build --> '''Build Solution'''. Right-click on '''INSTALL''' from the Solution Explorer of the left, and click on '''BUILD''' from the deployed menu.
 
To install YARP 2.2.6, click on the following link: http://downloads.sourceforge.net/yarp0/yarp-2.2.6.tar.gz and save the file to a given folder. Extract its contents. Create a folder called '''build'''. Open CMake. Use the YARP folder full path in the first form slot (such as ''C:\robotsuc3mes\yarp-2.2.6''), and build full path in the second slot (such as ''C:\robotsuc3mes\yarp-2.2.6\build''). Press '''Configure''', '''Finish''' once selected VS2008, '''Configure''' again, then '''Generate''' once. Close CMake and browse to winbuild, open "YARP.sln" and open it (it is a MS Visual Studio 2009 solution file). Change build type from '''Debug''' to '''Release'''. Press Build --> '''Build Solution'''. Right-click on '''INSTALL''' from the Solution Explorer of the left, and click on '''BUILD''' from the deployed menu.
  
<u>Note</u>: This package comes with a cmake file that is useful for finding ACE. For correct ACE integration with CMake, find "FindAce.cmake" (it should be in something like ''E:\robotsuc3mes\yarp-2.2.6\example\ace_check''). Copy it to the CMake Modules path (something like ''C:\Archivos de programa\CMake 2.6\share\cmake-2.6\Modules'').
+
<u>Note</u>: This package comes with a cmake file that is useful for correct ACE integration with CMake. Please find "FindAce.cmake" (it should be in something like ''E:\robotsuc3mes\yarp-2.2.6\example\ace_check'') and copy it to the CMake Modules path (something like ''C:\Archivos de programa\CMake 2.6\share\cmake-2.6\Modules'') for this purpose.

Revision as of 15:59, 28 May 2010

Note: Depends on ACE.

To install YARP 2.2.6, click on the following link: http://downloads.sourceforge.net/yarp0/yarp-2.2.6.tar.gz and save the file to a given folder. Extract its contents. Create a folder called build. Open CMake. Use the YARP folder full path in the first form slot (such as C:\robotsuc3mes\yarp-2.2.6), and build full path in the second slot (such as C:\robotsuc3mes\yarp-2.2.6\build). Press Configure, Finish once selected VS2008, Configure again, then Generate once. Close CMake and browse to winbuild, open "YARP.sln" and open it (it is a MS Visual Studio 2009 solution file). Change build type from Debug to Release. Press Build --> Build Solution. Right-click on INSTALL from the Solution Explorer of the left, and click on BUILD from the deployed menu.

Note: This package comes with a cmake file that is useful for correct ACE integration with CMake. Please find "FindAce.cmake" (it should be in something like E:\robotsuc3mes\yarp-2.2.6\example\ace_check) and copy it to the CMake Modules path (something like C:\Archivos de programa\CMake 2.6\share\cmake-2.6\Modules) for this purpose.