Difference between revisions of "YARP 2.2.6 Windows Install"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
(Created page with 'Then install YARP 2.2.6 (YARP is needed for drv_rave). Click on the following link: http://downloads.sourceforge.net/yarp0/yarp-2.2.6.tar.gz and save the file to a given folder. …')
 
Line 1: Line 1:
Then install YARP 2.2.6 (YARP is needed for drv_rave). 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 '''winbuild'''. Open CMake. Use the YARP folder full path in the first form slot (such as ''C:\robotsuc3mes\yarp-2.2.6''), and winbuild full path in the second slot (such as ''C:\robotsuc3mes\yarp-2.2.6\winbuild''). 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'''.
+
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 '''winbuild'''. Open CMake. Use the YARP folder full path in the first form slot (such as ''C:\robotsuc3mes\yarp-2.2.6''), and winbuild full path in the second slot (such as ''C:\robotsuc3mes\yarp-2.2.6\winbuild''). 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'''.

Revision as of 18:15, 27 May 2010

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 winbuild. Open CMake. Use the YARP folder full path in the first form slot (such as C:\robotsuc3mes\yarp-2.2.6), and winbuild full path in the second slot (such as C:\robotsuc3mes\yarp-2.2.6\winbuild). 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.