Projet

Général

Profil

KDAriane » Historique » Version 3

François Rioult, 24/06/2010 00:52

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
# type @make@ in the folder.
16
   It will build the C++ binaries and the @.ariane@ configuration file
17
# you can now launch Ariane with 
18
<pre>
19
java -jar ariane.jar
20 1 François Rioult
</pre>