Projet

Général

Profil

Prerequisite » Historique » Version 2

François Rioult, 23/06/2010 23:13

1 1 François Rioult
h1. Prerequisite for the KDAriane installation
2
3
h2. Mandatory
4
5
KDAriane has been tested on Linux Ubuntu, but it should work on every system where the following is available :
6
* a @C++@ compiler (for [[Pandore]] and the data mining binaries of KDAriane)
7
* @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:
8
<pre>
9
JAVA_HOME=/usr/lib/jvm/java-6-openjdk/jre
10
export JAVA_HOME
11
PATH=$PATH:$JAVA_HOME/bin
12
export PATH
13
</pre>
14
15
h2. Optional
16
17 2 François Rioult
The @C++@ sources are handled by "Netbeans 6.9":http://www.netbeans.org. Download a version containing the tools for @C++@.