ACE 5.7.1 Ubuntu Install

From Asibot & HOAP3 & TEO Wiki
Revision as of 17:42, 27 May 2010 by Jgvictores (talk | contribs) (Created page with ' wget http://download.dre.vanderbilt.edu/previous_versions/ACE-5.7.1.tar.gz tar -zxvf ACE-5.7.1.tar.gz cd ACE_wrappers; mkdir build; cd build ../configure --disable-ssl --disa…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
wget http://download.dre.vanderbilt.edu/previous_versions/ACE-5.7.1.tar.gz
tar -zxvf ACE-5.7.1.tar.gz
cd ACE_wrappers; mkdir build; cd build
../configure --disable-ssl --disable-ace-examples
make
sudo make install
cd ../..