Projet

Général

Profil

KDAriane » Historique » Version 8

François Rioult, 18/01/2011 16:18

1 1 François Rioult
h1. KDAriane installation
2
3 2 François Rioult
# First you have to checkout the "SVN repository":https://forge.greyc.fr/svn/kdariane/
4 1 François Rioult
<pre>
5 2 François Rioult
svn co https://forge.greyc.fr/svn/kdariane
6
</pre>
7 3 François Rioult
# set the shell variable KDARIANE to the folder where you checked out the SVN repository
8 2 François Rioult
<pre>
9
export KDARIANE=~/svn/kdariane
10
</pre>
11 3 François Rioult
# add the $KDARIANE/bin and the $JAVA_HOME/bin to your PATH :
12 2 François Rioult
<pre>
13
export PATH=$PATH:$KDARIANE/bin:$JAVA_HOME/bin
14
</pre>
15 8 François Rioult
# restart your terminal so that @bash@ loads the new @.bashrc@
16 4 François Rioult
# go in the KDARIANE folder then
17
<pre>
18
make
19 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.
20 2 François Rioult
# you can now launch Ariane with 
21
<pre>
22
java -jar ariane.jar
23 1 François Rioult
</pre>