Projet

Général

Profil

Install YoGA Ao » Historique » Révision 2

Révision 1 (Julien Brule, 18/06/2012 14:11) → Révision 2/3 (Julien Brule, 18/06/2012 14:13)

h1. Install YoGA Ao 

 
 This page will guide you through the process of installing YoGA_Ao up and running on your machine 

 h2. Install YoGA 

 To run YoGA_Ao, you need to have the YoGA plugin properly installed. Go to this webpage : Install YoGA to check the installation process. 

 To use the GTK GUI features of YoGA_Ao, you additionally need to have pygtk installed. The best way to do so (under macports or fink on mac os or under linux) is to get glade-3 installed. All the required libraries will be installed as a side effect. 

 h2. Install YoGA_Ao 

 Once YoGA is running on your machine, just clone the github repos :  

 <pre> 
 git clone git://github.com/dgratadour/yoga_ao.git 
 </pre> 

 then go into the freshly created yoga_ao directory and type :  

 <pre> 
 yorick -batch make.i 
 </pre> 

 then 

 <pre> 
 make && make install 
 </pre> 

 will get you up and running ! 

 from this point you can use yoga_ao in scripts (see ao_scripts.i for some examples) by juste including yoga_ao in a yorick session :  
 <pre> 
 yorick -i yoga_ao.i 
 </pre> 

 or you can use the GUI features by typing in the yoga_ao directory :  

 <pre> 
 yorick -i ywidgets/widget_wfs.i 
 </pre> 

 Please refer to the features page for more information.