From 6ee92d6ab51e1158c96d8e6214a1f625ff156e9b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 22 Dec 2008 22:31:03 +0100 Subject: more readme --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..a371bde --- /dev/null +++ b/README @@ -0,0 +1,22 @@ +Installation: + +* Determine which is the favourite make ('make', 'gmake', 'nmake') of your + platform +* The Make chooses the right makefile for you (e. g. GNUmakefile for GNU make) +* call 'make all' +* call 'make install' + +Customization of the build process: + +* Check out the file 'makefiles/compiler.mk' for compiler settings, choose + them at will + +New unsupported platforms, architectures, compilers + +* Check out 'makefiles/guess_env' and add code to detect your new + environment +* Check out 'include/port/sys.h' and set the proper macros fitting + to your new environment + + + -- cgit v1.2.3-54-g00ecf