root/mirror/edenwall/pynetfilter_conntrack/trunk/INSTALL

Revision 8202, 0.6 kB (checked in by haypo, 3 years ago)

Fix dependency

  • Property svn:eol-style set to native
Line 
1Installation
2============
3
4Run this command as root:
5   ./setup.py install
6
7Or using sudo program:
8   sudo python setup.py install
9
10Dependencies
11============
12
13 * Linux kernel: 2.6.14+
14   http://www.kernel.org/
15 * libnetfilter_conntrack 0.0.75+ (May 2007)
16   http://www.netfilter.org/projects/libnetfilter_conntrack/
17 * Python 2.3+
18   http://www.python.org/
19 * IPy 0.50+
20   http://software.inl.fr/trac/trac.cgi/wiki/IPy
21   Debian package: python-ipy
22 * ctypes 1.0+ (only for Python < 2.5)
23   http://starship.python.net/crew/theller/ctypes/
24   Debian package: python-ctypes
25
Note: See TracBrowser for help on using the browser.