Prerequisite » Historique » Version 7
François Rioult, 19/09/2012 18:12
| 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 | 7 | François Rioult | * The @C++@ sources are handled by "Netbeans 7.2 RC":http://dlc.sun.com.edgesuite.net/netbeans/7.2/rc/. Download a version containing the tools for @C++@. |
| 22 | 5 | François Rioult | * 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 |