summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-12-22 22:31:03 +0100
committerAndreas Baumann <abaumann@yahoo.com>2008-12-22 22:31:03 +0100
commit6ee92d6ab51e1158c96d8e6214a1f625ff156e9b (patch)
tree0db14c4eb56624ba22bdd6642e8aa967fd62bdd1
parent69da87a8f8a30ce2d121f82c708a4c64dd29e2fd (diff)
downloadwolfbones-6ee92d6ab51e1158c96d8e6214a1f625ff156e9b.tar.gz
wolfbones-6ee92d6ab51e1158c96d8e6214a1f625ff156e9b.tar.bz2
more readme
-rw-r--r--INSTALL3
-rw-r--r--README22
2 files changed, 22 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 55ca11a..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-Call the proper make ('make', 'gmake', 'nmake') of your platform.
-
-No configure, autotools here.
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
+
+
+