Minor edits to the INSTALL file

darcs-hash:20060204131412-ac50b-3713bdae731b4853e598930c9823b950d3039a72.gz
This commit is contained in:
axel 2006-02-04 23:14:12 +10:00
parent 4f947015d2
commit 09402223e8

16
INSTALL
View File

@ -3,10 +3,10 @@ Known issues
============ ============
Fish currently requires a semi-modern GCC version to Fish currently requires a semi-modern GCC version to
compile. Specifically, GCC 2.95.* won't compile fish. Fish has not compile. Specifically, GCC 2.95.* won't compile fish, but GCC 3.23
been coded with an C99- or GNU-specific features in mind, so it is should work. Fish has not been coded with an C99- or GNU-specific
hoped that it should be possible to make fish work with other features in mind, so it is hoped that it should be possible to make
compilers. Patches are welcome. fish work with other compilers. Patches are welcome.
Older versions of Doxygen has bugs in the man-page generation which Older versions of Doxygen has bugs in the man-page generation which
cause the builtin help to render incorrectly. Doxygen 1.2.14 is known cause the builtin help to render incorrectly. Doxygen 1.2.14 is known
@ -16,14 +16,16 @@ to have this problem.
Prerequisites Prerequisites
============= =============
Fish requires the following packages to build: Fish requires the following programs and libraries to build:
- Doxygen - Doxygen
- Curses or Ncurses - Curses or Ncurses
- GNU make
- GCC
fish also relies on standard unix tools such as cat, cut, grep, sed, fish also relies on standard unix tools such as cat, cut, grep, sed,
whoami, bc and echo. Fish does not support cross-compilation, separate whoami, bc and echo. Fish does not yet support cross-compilation,
build directories or any other fancy configure options. separate build directories or any other fancy configure options.
Simple install procedure Simple install procedure