Projet

Général

Profil

Actions

Prerequisite » Historique » Révision 4

« Précédent | Révision 4/8 (diff) | Suivant »
François Rioult, 28/06/2010 16:17


Prerequisite for the KDAriane installation

Mandatory

KDAriane has been tested on Linux Ubuntu, but it should work on every system where the following is available :
  • a C++ compiler for the data mining binaries of KDAriane)
  • the boost library for C++
    sudo apt-get install libboost-dev
    
  • Java, which runs Ariane and some Weka components should be installed and well configured. In particular, both .bashrc and .profile (Ariane launches its process without graphical interface, then the .profile is read instead of the .bashrc) should contain the following definitions:
    JAVA_HOME=/usr/lib/jvm/java-6-openjdk/jre
    export JAVA_HOME
    PATH=$PATH:$JAVA_HOME/bin
    export PATH
    

Optional

The C++ sources are handled by Netbeans 6.9. Download a version containing the tools for C++.

Mis à jour par François Rioult il y a presque 14 ans · 4 révisions