Compile Radermacher » History » Version 2
Amber Herold, 04/15/2010 03:01 PM
| 1 | 1 | Amber Herold | h1. Compile Radermacher |
|---|---|---|---|
| 2 | |||
| 3 | * Goto appion/radermacher |
||
| 4 | |||
| 5 | * compile the libraries and binary |
||
| 6 | |||
| 7 | <pre> |
||
| 8 | $ python ./setup.py build |
||
| 9 | </pre> |
||
| 10 | |||
| 11 | * install module globally |
||
| 12 | |||
| 13 | <pre> |
||
| 14 | $ sudo python ./setup.py install |
||
| 15 | </pre> |
||
| 16 | |||
| 17 | * test installed module |
||
| 18 | |||
| 19 | <pre> |
||
| 20 | $ python |
||
| 21 | </pre> |
||
| 22 | |||
| 23 | <pre> |
||
| 24 | >>> import radermacher |
||
| 25 | >>> <Ctrl-D> |
||
| 26 | </pre> |
||
| 27 | 2 | Amber Herold | |
| 28 | ______ |
||
| 29 | |||
| 30 | [[Compile Ace2|< Compile Ace2]] | [[Install Xmipp|Install Xmipp >]] |