1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

28 lines
659 B
ReStructuredText
Raw Normal View History

2014-07-20 00:45:04 -07:00
Getting Started
===============
Prerequisites
-------------
2014-07-22 11:50:13 -07:00
* python-ifupdown2 is currently only tested on debian wheezy
2014-07-20 00:45:04 -07:00
* python-ifupdown2 needs python version 2.6 or greater
* Depends on: python-stdeb (for deb builds), python-docutils
(for rst2man), python-argcomplete, 'python-ipaddr'
* Depends on python-gvgen package for printing interface graphs (this will be made optional in the future)
* Optional dependency for template engine: python-mako
2014-07-20 00:45:04 -07:00
Building
--------
2014-07-22 11:50:13 -07:00
$git clone <ifupdown2 git url> ifupdown2
2014-07-20 00:45:04 -07:00
2014-07-22 11:50:13 -07:00
$cd ifupdown2/ifupdown2
$./build.sh
2014-07-20 00:45:04 -07:00
Installing
----------
install generated python-ifupdown2-<ver>.deb
2014-07-22 11:50:13 -07:00
$dpkg -i <python-ifupdown2-<ver>.deb
2014-07-22 11:50:13 -07:00