Actions
Compile Radermacher » History » Revision 1
Revision 1/6
| Next »
Amber Herold, 04/15/2010 11:47 AM
Compile Radermacher¶
- Goto appion/radermacher
- compile the libraries and binary
$ python ./setup.py build
- install module globally
$ sudo python ./setup.py install
- test installed module
$ python
>>> import radermacher >>> <Ctrl-D>
Updated by Amber Herold over 14 years ago · 1 revisions