Actions
KDAriane » Historique » Révision 5
« Précédent |
Révision 5/9
(diff)
| Suivant »
François Rioult, 19/07/2010 22:25
KDAriane installation¶
- First you have to checkout the SVN repository
svn co https://forge.greyc.fr/svn/kdariane
- set the shell variable KDARIANE to the folder where you checked out the SVN repository
export KDARIANE=~/svn/kdariane
- add the $KDARIANE/bin and the $JAVA_HOME/bin to your PATH :
export PATH=$PATH:$KDARIANE/bin:$JAVA_HOME/bin
- go in the KDARIANE folder then
make make install
It will first build the C++ binaries then install them in thebin
folder and creates the.ariane
configuration file - you can now launch Ariane with
java -jar ariane.jar
Mis à jour par François Rioult il y a plus de 14 ans · 5 révisions