File: INSTALL

package info (click to toggle)
fusil 1.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 904 kB
  • sloc: python: 9,190; makefile: 60; sh: 31
file content (51 lines) | stat: -rw-r--r-- 1,186 bytes parent folder | download
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
Fusil dependencies
==================

 * Python 2.5+
   http://python.org/
 * python-ptrace 0.6.3+:
   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