[Tutoriel Linux] Telecharger, Compiler, Installer ACE_WRAPPER
Simple petit tutoriel, ou disons, explications, concernant comment on build les ACE sous linux.
Code :
wget http://download.dre.vanderbilt.edu/previous_versions/ACE-6.0.6.tar.gz
    tar -xzf ACE-6.0.6.tar.gz
    cd ACE_wrappers
    mkdir build
    cd build
    ../configure --prefix=$HOME --with-openssl=$HOME --disable-ace-tests --disable-ace-examples
    make install

* $HOME : choix du répertoire

[Image: 661227saythanks.gif]

Retourner en haut Accueil