-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
26 lines (18 loc) · 759 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Installation Instructions for Packet Construction Set (PCS)
PCS follows the normal Python conventions for building and installing
and there is very little, if any, magic. To install the library and
the associated packet classes into your system do:
> python setup.py config <return>
> python setup.py install <return>
To test your installation do:
> cd tests/ <return>
> python *.py
Some tests fail if you do not have enough privileges to work with the
Berkeley Packet Filter. If you wish to run those tests run them
using sudo.
To build the documentation you will need pdflatex and a BSD version of
make(1) installed. Go into the docs directory and build the
documentation:
> cd docs/ <return>
> bsdmake all
you will see PDF versions of the docs.