Projet

Général

Profil

Install YoGA Ao » Historique » Version 2

Julien Brule, 18/06/2012 14:13

1 1 Julien Brule
h1. Install YoGA Ao
2 2 Julien Brule
3 1 Julien Brule
This page will guide you through the process of installing YoGA_Ao up and running on your machine
4
5
h2. Install YoGA
6
7
To run YoGA_Ao, you need to have the YoGA plugin properly installed. Go to this webpage : Install YoGA to check the installation process.
8
9
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.
10
11
h2. Install YoGA_Ao
12
13
Once YoGA is running on your machine, just clone the github repos : 
14
15
<pre>
16
git clone git://github.com/dgratadour/yoga_ao.git
17
</pre>
18
19
then go into the freshly created yoga_ao directory and type : 
20 2 Julien Brule
21
<pre>
22
yorick -batch make.i
23
</pre>
24
25
then
26
27
<pre>
28
make && make install
29
</pre>
30
31
will get you up and running !
32
33
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 : 
34
<pre>
35
yorick -i yoga_ao.i
36
</pre>
37
38
or you can use the GUI features by typing in the yoga_ao directory : 
39
40
<pre>
41
yorick -i ywidgets/widget_wfs.i
42
</pre>
43
44
Please refer to the features page for more information.