summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-07 21:29:41 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-07 21:29:41 +0200
commit95c3655dec6935ef7a486e97b4eb92a817944086 (patch)
tree404bd002e86f6a7fcf12da1773faad20073622a0 /README
parentad2d9f77461c6ffca4afb2b62e4632bfb1d2b12d (diff)
downloadwolfbones-95c3655dec6935ef7a486e97b4eb92a817944086.tar.gz
wolfbones-95c3655dec6935ef7a486e97b4eb92a817944086.tar.bz2
adapted top-level README
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 9 insertions, 9 deletions
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 '<your make> all'
+* call '<your make> 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')