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

