Difference between revisions of "ACE 5.7.1 Windows Install"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
(Created page with 'To install ACE 5.7.1.0 (ACE is needed for YARP), 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 f…')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
To install ACE 5.7.1.0 (ACE is needed for YARP), 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. Rename "ace/config-win32.h" to "ace/config.h". 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'''.
+
To install ACE 5.7.1.0, 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. Rename "ace/config-win32.h" to "ace/config.h". 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'''. In ACE library put the actual .lib file, in includes put the entire ACE_wrappers directory. Press Build --> '''Build Solution'''.

Latest revision as of 11:59, 20 January 2012

To install ACE 5.7.1.0, 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. Rename "ace/config-win32.h" to "ace/config.h". 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. In ACE library put the actual .lib file, in includes put the entire ACE_wrappers directory. Press Build --> Build Solution.