Changeset 332
- Timestamp:
- 11/27/07 11:25:01 (1 year ago)
- Files:
-
- trunk/INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/INSTALL
r331 r332 1 Dependencies2 ============ 1 Fusil dependencies 2 ================== 3 3 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/ 5 8 6 Most projects are specific to Linux command line, but Fusil should works7 on any operating system. 9 Projects dependencies 10 ===================== 8 11 9 Some projects may require other programs, eg:12 Each project may require external program or special environment: 10 13 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. 13 19 14 20 Installation
