Actions
KDAriane » Historique » Révision 8
« Précédent |
Révision 8/9
(diff)
| Suivant »
François Rioult, 18/01/2011 16:18
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
- restart your terminal so that
bash
loads the new.bashrc
- 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 presque 14 ans · 8 révisions