Difference between revisions of "ACE 5.7.1 Ubuntu Install"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
(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…')
 
 
Line 3: Line 3:
 
  cd ACE_wrappers; mkdir build; cd build
 
  cd ACE_wrappers; mkdir build; cd build
 
  ../configure --disable-ssl --disable-ace-examples
 
  ../configure --disable-ssl --disable-ace-examples
  make
+
  make -j3
 
  sudo make install
 
  sudo make install
 
  cd ../..
 
  cd ../..

Latest revision as of 11:37, 5 August 2010

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 -j3
sudo make install
cd ../..