Projet

Général

Profil

KDAriane » Historique » Révision 8

Révision 7 (François Rioult, 19/07/2010 22:26) → Révision 8/9 (François Rioult, 18/01/2011 16:18)

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 the shell variable KDARIANE to the folder where you checked out the SVN repository 
 <pre> 
 export KDARIANE=~/svn/kdariane 
 </pre> 
 # add the $KDARIANE/bin and the $JAVA_HOME/bin to your PATH : 
 <pre> 
 export PATH=$PATH:$KDARIANE/bin:$JAVA_HOME/bin 
 </pre> 
 # restart your terminal so that @bash@ loads the new @.bashrc@ 
 # go in the KDARIANE folder then 
 <pre> 
 make 
 make install</pre>It will first build the C++ binaries then install them in the @bin@ folder and creates the @.ariane@ configuration file. 
 # you can now launch Ariane with  
 <pre> 
 java -jar ariane.jar 
 </pre>