Actions
KDAriane » Historique » Révision 2
« Précédent |
Révision 2/9
(diff)
| Suivant »
François Rioult, 24/06/2010 00:51
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 repositoryexport KDARIANE=~/svn/kdariane
#add the $KDARIANE/bin and the $JAVA_HOME/bin to your PATH :export PATH=$PATH:$KDARIANE/bin:$JAVA_HOME/bin
- type
make
in the folder.
It will build the C++ binaries and 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 · 2 révisions