Changeset 332

Show
Ignore:
Timestamp:
11/27/07 11:25:01 (1 year ago)
Author:
haypo
Message:

Update dependencies

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL

    r331 r332  
    1 Dependencies 
    2 ============ 
     1Fusil dependencies 
     2================== 
    33 
    4  * Python 2.5+ 
     4 * Python 2.5: 
     5   http://python.org/ 
     6 * GCC needed by compileC() function from fusil.c_tools: 
     7   http://gcc.gnu.org/ 
    58 
    6 Most projects are specific to Linux command line, but Fusil should work
    7 on any operating system. 
     9Projects dependencie
     10===================== 
    811 
    9 Some projects may require other programs, eg
     12Each project may require external program or special environment
    1013 
    11  * project/gettext.py requires strace program 
    12  * project/libc_printf.py requires gcc compiler 
     14 * Linux operating system: *linux_ioctl* and *linux_syscall* projects are specific 
     15   to Linux 
     16 * Mplayer program: needed by *mplayer* project 
     17 * MySQL server and MySQL command line client: needed by *mysql* project 
     18 * etc. 
    1319 
    1420Installation