From 09402223e82e737cb351077e2752e90728daf763 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 4 Feb 2006 23:14:12 +1000 Subject: [PATCH] Minor edits to the INSTALL file darcs-hash:20060204131412-ac50b-3713bdae731b4853e598930c9823b950d3039a72.gz --- INSTALL | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index a5782cc40..85545ea2d 100644 --- a/INSTALL +++ b/INSTALL @@ -3,10 +3,10 @@ Known issues ============ Fish currently requires a semi-modern GCC version to -compile. Specifically, GCC 2.95.* won't compile fish. Fish has not -been coded with an C99- or GNU-specific features in mind, so it is -hoped that it should be possible to make fish work with other -compilers. Patches are welcome. +compile. Specifically, GCC 2.95.* won't compile fish, but GCC 3.23 +should work. Fish has not been coded with an C99- or GNU-specific +features in mind, so it is hoped that it should be possible to make +fish work with other compilers. Patches are welcome. 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 @@ -16,14 +16,16 @@ to have this problem. Prerequisites ============= -Fish requires the following packages to build: +Fish requires the following programs and libraries to build: - Doxygen - Curses or Ncurses + - GNU make + - GCC fish also relies on standard unix tools such as cat, cut, grep, sed, -whoami, bc and echo. Fish does not support cross-compilation, separate -build directories or any other fancy configure options. +whoami, bc and echo. Fish does not yet support cross-compilation, +separate build directories or any other fancy configure options. Simple install procedure