Projet

Général

Profil

KDAriane » Historique » Révision 3

Révision 2 (François Rioult, 24/06/2010 00:51) → Révision 3/9 (François Rioult, 24/06/2010 00:52)

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 #set the shell variable KDARIANE to the folder where you checked out the SVN repository 
 <pre> 
 export KDARIANE=~/svn/kdariane 
 </pre> 
 # add #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>