-
Notifications
You must be signed in to change notification settings - Fork 0
/
README-DEPENDENCIES.txt
58 lines (39 loc) · 1.37 KB
/
README-DEPENDENCIES.txt
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
The source code is dependent on some libraries. You have to download and install them if you want to compile, run, or test the source code. Below there are instructions on how to get them.
If you just want to use the program then it is recommended not to follow the instructions below, but to download the binary files from http://dl.dropbox.com/u/3429388/statusyzer/download.html
LINUX
===========================
========
====
For Debian based distros (Ubuntu, Mint...):
sudo apt-get install python-qt4
sudo apt-get install python-pcapy
For RPM based disrtos (Fedroa, openSuse...):
(coming soon)
OSX
===========================
========
====
Macports:
http://www.macports.org/install.php
Pcapy:
sudo port install py26-pcapy
PyQt:
sudo port install py26-pyqt4 #(it will take some hours)
WINDOWS
===========================
========
====
Winpacp:
http://www.winpcap.org/
Python 2.6:
>Windows 32bit:
http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
>Windows 64bit:
http://www.python.org/ftp/python/2.6.6/python-2.6.6.amd64.msi
Pcapy:
http://winappdbg.sourceforge.net/blog/pcapy-0.10.5.win32-py2.6.msi
PyQt4:
>Windows 32bit:
http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-Py2.6-x86-gpl-4.9.4-1.exe
>Windows 64bit:
http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-Py2.6-x64-gpl-4.9.4-1.exe