From 95c3655dec6935ef7a486e97b4eb92a817944086 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 7 Jun 2010 21:29:41 +0200 Subject: adapted top-level README --- README | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index a371bde..deae900 100644 --- a/README +++ b/README @@ -3,20 +3,20 @@ 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' +* call ' all' +* call ' install' Customization of the build process: -* Check out the file 'makefiles/compiler.mk' for compiler settings, choose +* Check out the file 'makefiles/gmake/compiler.mk' for compiler settings, choose them at will +* On Windows check out 'makefile/nmake/config.mk' and adapt the paths New unsupported platforms, architectures, compilers -* Check out 'makefiles/guess_env' and add code to detect your new +* Check out 'makefiles/gmake/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 - - - +* Check out 'include/wolf/port/sys.h' and 'src/port/sys_internal.h' and set + 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