-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
51 lines (34 loc) · 1.16 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Fusil dependencies
==================
* Python 2.6+
http://python.org/
* python-ptrace 0.7+
http://python-ptrace.hachoir.org/
* GCC needed by compileC() function from fusil.c_tools:
http://gcc.gnu.org/
Optional dependencies:
* rst2html program, part of docutils Python project
Debian package: python-docutils
http://docutils.sourceforge.net/
* Xlib Python module, required by fusil.xlib module
and used by fusil-firefox:
http://python-xlib.sourceforge.net/
Running on Windows:
* win32api for Python:
http://starship.python.net/crew/mhammond/win32/
Projects dependencies
=====================
Each project may require external program or special environment:
* Linux operating system: *linux_ioctl* and *linux_syscall* projects are specific
to Linux
* Mplayer program: needed by *mplayer* project
* MySQL server and MySQL command line client: needed by *mysql* project
* etc.
Installation
============
Fusil uses the user "fusil" and the group "fusil" to run child processes to
avoid remove an arbitrary file or kill an arbitrary process.
Type as root:
./setup.py install
Or using sudo program:
sudo python setup.py install