Prerequisite » Historique » Version 6
François Rioult, 19/01/2011 22:05
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 | 6 | 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 | 5 | François Rioult | * The @C++@ sources are handled by "Netbeans 6.9":http://www.netbeans.org. Download a version containing the tools for @C++@. |
22 | * KDAriane is sometimes using Firefox for rendering XSL. The XSL stylesheet has then an absolute path and Firefox should be configured to allow the feature: |
||
23 | 1) type about:config in the address bar |
||
24 | 2) change security.fileuri.strict_origin_policy to false |