Projet

Général

Profil

Actions

KDAriane » Historique » Révision 3

« Précédent | Révision 3/9 (diff) | Suivant »
François Rioult, 24/06/2010 00:52


KDAriane installation

  1. First you have to checkout the SVN repository
    svn co https://forge.greyc.fr/svn/kdariane
    
  2. set the shell variable KDARIANE to the folder where you checked out the SVN repository
    export KDARIANE=~/svn/kdariane
    
  3. add the $KDARIANE/bin and the $JAVA_HOME/bin to your PATH :
    export PATH=$PATH:$KDARIANE/bin:$JAVA_HOME/bin
    
  4. type make in the folder.
    It will build the C++ binaries and the .ariane configuration file
  5. you can now launch Ariane with
    java -jar ariane.jar
    

Mis à jour par François Rioult il y a presque 14 ans · 3 révisions