Projet

Général

Profil

Prerequisite » Historique » Version 8

François Rioult, 23/09/2015 18:37

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 8 François Rioult
See http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html for installing Java with @apt-get@.
20
21 1 François Rioult
h2. Optional
22
23 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++@.
24 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:
25
1) type about:config in the address bar
26
2) change security.fileuri.strict_origin_policy to false