summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-12-05 16:07:21 +0100
committerAndreas Baumann <abaumann@yahoo.com>2010-12-05 16:07:21 +0100
commit1477c13d51d946e024ae10cdf5a74dedc9691d1a (patch)
tree201fdc4642cab75d5e1c3dfa98313b80cfaf850c
parent0dca36ffbf589c16464689ebcfc050bf8a34ca56 (diff)
downloadwolfbones-1477c13d51d946e024ae10cdf5a74dedc9691d1a.tar.gz
wolfbones-1477c13d51d946e024ae10cdf5a74dedc9691d1a.tar.bz2
updated README
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
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')
+