]> git.proxmox.com Git - mirror_ifupdown2.git/blob - ifupdown2/docs/source/gettingstarted.rst
few minor documentation cleanups
[mirror_ifupdown2.git] / ifupdown2 / docs / source / gettingstarted.rst
1 Getting Started
2 ===============
3
4 Prerequisites
5 -------------
6 * python-ifupdown2 is currently only tested on debian wheezy
7 * python-ifupdown2 needs python version 2.6 or greater
8 * build depends on: python-stdeb (for deb builds), python-docutils (for rst2man)
9 * depends on python-gvgen package for printing interface graphs (this will be made optional in the future)
10 * optional dependency for template engine: python-mako
11 * python-ifupdown2 needs python-ifupdown2-addons to function correctly
12
13
14 Building
15 --------
16 $git clone <ifupdown2 git url> ifupdown2
17
18 $cd ifupdown2/ifupdown2
19
20 $./build.sh
21
22 Installing
23 ----------
24 install generated python-ifupdown2-<ver>.deb
25
26 $dpkg -i <python-ifupdown2-addons-<ver>.deb
27