Actions
21/8/2014 Warning: g++-4.6 should be preferred to g++-4.8
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 plus de 10 ans · 9 révisions