root/trunk/INSTALL

Revision 1356, 1.1 kB (checked in by haypo, 2 months ago)

python-ptrace 0.4.1 is buggy, so depends on python-ptrace 0.4.2

  • Property svn:mime-type set to text/x-rst
  • Property svn:eol-style set to native

Fusil dependencies

Optional dependencies (only used by Firefox fuzzer):

Running on Windows:

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
Note: See TracBrowser for help on using the browser.