Ace compilation in Linux and Windows
Ace download: http://download.dre.vanderbilt.edu/
(1) Linux:
Download the ACE-5.8.0.tar.gz, extract, decompress and enter the ace_wrappers directory, the subsequent operations are as follows:
CD ace_wrappers;
Mkdir-P/opt/ace-5.8.0
Mkdir-P objdir
CD objdir/
../Configure -- prefix =/opt/ace-5.8.0/
Make
Make install
Echo finished
Install include and Lib in/opt/ace-5.8.0.
(2) Windows
Download ACE-5.8.0.zip
Decompress the downloaded package. I decompress it directly to drive D, that is, the final main directory structure is: D: \ ACE-5.8.0 \ ace_wrappers
Create a file named config. h In the D: \ ACE-5.8.0 \ ace_wrappers \ ACE \ directory and add # include
ACE/config-win32.h statement.
Double-click the D: \ ACE-5.8.0 \ ace_wrappers \ ACE \ ace_vc9.sln file, and then the Visual Studio team System 2008 opens the solution.
After installation, include and Lib are installed under D: \ ACE-5.8.0 \ ace_wrappers.
For details, refer:
Ace build (Linux + windows) http://book.csai.cn/group.asp? Cmd = show & gid = 3 & pid = 2760 # add_comment
Ace compilation and installation http://www.cnblogs.com/dawen/archive/2011/05/20/2051588.html on Windows Platforms