Skip to content
mdavidsaver edited this page Mar 18, 2015 · 1 revision

Building from Source

Build dependencies are given in the README. A list of Debian packages may be found in debian/control.

Installation is done with a standard distutils setup.py.

$ python setup.py install ...arguments...

An in place build suitible for developers is done with

$ python setup.py build_protobuf -i
$ python setup.py build_ext -i
$ ./arget -h

Clone this wiki locally