Install YoGA Ao » Historique » Version 1
Damien Gratadour, 25/10/2013 09:24
| 1 | 1 | Damien Gratadour | h1. Install YoGA Ao |
|---|---|---|---|
| 2 | |||
| 3 | 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 |
||
| 14 | |||
| 15 | * You have to contact us in order to get a binary library libyoga_ao.so |
||
| 16 | * Download the necessary yorick files |
||
| 17 | |||
| 18 | then go into the freshly created yoga_ao directory and type : |
||
| 19 | |||
| 20 | <pre> |
||
| 21 | yorick -batch make.i |
||
| 22 | </pre> |
||
| 23 | |||
| 24 | then |
||
| 25 | |||
| 26 | <pre> |
||
| 27 | make && make install |
||
| 28 | </pre> |
||
| 29 | |||
| 30 | will get you up and running ! |
||
| 31 | |||
| 32 | 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 : |
||
| 33 | <pre> |
||
| 34 | yorick -i yoga_ao.i |
||
| 35 | </pre> |
||
| 36 | |||
| 37 | or you can use the GUI features by typing in the yoga_ao directory : |
||
| 38 | |||
| 39 | <pre> |
||
| 40 | yorick -i ywidgets/widget_wfs.i |
||
| 41 | </pre> |
||
| 42 | |||
| 43 | Please refer to the features page for more information. |