Projet

Général

Profil

KDAriane » Historique » Version 9

François Rioult, 21/08/2014 22:16

1 9 François Rioult
*21/8/2014 Warning: g++-4.6 should be preferred to g++-4.8*
2
3 1 François Rioult
h1. KDAriane installation
4
5 2 François Rioult
# First you have to checkout the "SVN repository":https://forge.greyc.fr/svn/kdariane/
6 1 François Rioult
<pre>
7 2 François Rioult
svn co https://forge.greyc.fr/svn/kdariane
8
</pre>
9 3 François Rioult
# set the shell variable KDARIANE to the folder where you checked out the SVN repository
10 2 François Rioult
<pre>
11
export KDARIANE=~/svn/kdariane
12
</pre>
13 3 François Rioult
# add the $KDARIANE/bin and the $JAVA_HOME/bin to your PATH :
14 2 François Rioult
<pre>
15
export PATH=$PATH:$KDARIANE/bin:$JAVA_HOME/bin
16
</pre>
17 8 François Rioult
# restart your terminal so that @bash@ loads the new @.bashrc@
18 4 François Rioult
# go in the KDARIANE folder then
19
<pre>
20
make
21 7 François Rioult
make install</pre>It will first build the C++ binaries then install them in the @bin@ folder and creates the @.ariane@ configuration file.
22 2 François Rioult
# you can now launch Ariane with 
23
<pre>
24
java -jar ariane.jar
25 1 François Rioult
</pre>