Projet

Général

Profil

Prerequisite » Historique » Révision 2

Révision 1 (François Rioult, 23/06/2010 21:22) → Révision 2/8 (François Rioult, 23/06/2010 23:13)

h1. Prerequisite for the KDAriane installation 

 h2. Mandatory 

 KDAriane has been tested on Linux Ubuntu, but it should work on every system where the following is available : 
 * a @C++@ compiler (for [[Pandore]] and the data mining binaries of KDAriane) 
 * @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: 
 <pre> 
 JAVA_HOME=/usr/lib/jvm/java-6-openjdk/jre 
 export JAVA_HOME 
 PATH=$PATH:$JAVA_HOME/bin 
 export PATH 
 </pre> 

 h2. Optional 

 The @C++@ sources are handled by "Netbeans 6.9":http://www.netbeans.org. "Netbeans":http://www.netbeans.org. Download a the version containing the tools for @C++@.