KDAriane » Historique » Révision 4
Révision 3 (François Rioult, 24/06/2010 00:52) → Révision 4/9 (François Rioult, 19/07/2010 22:25)
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 type @make@ in the KDARIANE folder then <pre> make make install </pre> folder. It will first build the C++ binaries then install them in the @bin@ folder and creates the @.ariane@ configuration file # you can now launch Ariane with <pre> java -jar ariane.jar </pre>