KDAriane » Historique » Révision 2
Révision 1 (François Rioult, 23/06/2010 21:06) → Révision 2/9 (François Rioult, 24/06/2010 00:51)
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> # type @make@ in the folder. It will build the C++ binaries and the @.ariane@ configuration file # you can now launch Ariane with <pre> java -jar ariane.jar </pre>