KDAriane » Historique » Révision 7
Révision 6 (François Rioult, 19/07/2010 22:26) → Révision 7/9 (François Rioult, 19/07/2010 22:26)
h1. KDAriane installation # First you have to checkout the "SVN repository":https://forge.greyc.fr/svn/kdariane/ <pre> svn co https://forge.greyc.fr/svn/kdariane </pre> # set the shell variable KDARIANE to the folder where you checked out the SVN repository <pre> export KDARIANE=~/svn/kdariane </pre> # add the $KDARIANE/bin and the $JAVA_HOME/bin to your PATH : <pre> export PATH=$PATH:$KDARIANE/bin:$JAVA_HOME/bin </pre> # go in the KDARIANE folder then <pre> make make install</pre>It will first build the C++ binaries then install them in the @bin@ folder and creates the @.ariane@ configuration file. file # you can now launch Ariane with <pre> java -jar ariane.jar </pre>