From 1477c13d51d946e024ae10cdf5a74dedc9691d1a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 5 Dec 2010 16:07:21 +0100 Subject: updated README --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index deae900..a18221f 100644 --- a/README +++ b/README @@ -1,3 +1,13 @@ +Requirements + +* a ANSI C99 compiler like gcc, Intel icc, Sun Forte, tcc, pcc +* gengetopt for the test daemon binary 'testd' (see + http://www.gnu.org/software/gengetopt/gengetopt.html) +* doxygen for generating documentation (optionally graphviz for nice graphs, but this + also takes in half of X11 so you may don't want that) +* tcc needs a makedepend, preferebly one without X11 stuff in it (see + for instance http://aur.archlinux.org/packages.php?ID=39188) + Installation: * Determine which is the favourite make ('make', 'gmake', 'nmake') of your @@ -20,3 +30,4 @@ New unsupported platforms, architectures, compilers the proper macros fitting to your new environment * You may have to extend existing modules (e. g. HP Unix loader in 'src/library/loader.c') + -- cgit v1.2.3-54-g00ecf