Prerequisite » Historique » Version 4
François Rioult, 28/06/2010 16:17
| 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 | 3 | François Rioult | * a @C++@ compiler for the data mining binaries of KDAriane) |
| 7 | 4 | François Rioult | * the *boost* library for C++ |
| 8 | <pre> |
||
| 9 | sudo apt-get install libboost-dev |
||
| 10 | </pre> |
||
| 11 | 1 | François Rioult | * @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: |
| 12 | <pre> |
||
| 13 | JAVA_HOME=/usr/lib/jvm/java-6-openjdk/jre |
||
| 14 | export JAVA_HOME |
||
| 15 | PATH=$PATH:$JAVA_HOME/bin |
||
| 16 | export PATH |
||
| 17 | </pre> |
||
| 18 | |||
| 19 | h2. Optional |
||
| 20 | |||
| 21 | 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++@. |