summaryrefslogtreecommitdiff
path: root/README
Side-by-side diff
Diffstat (limited to 'README') (more/less context) (ignore whitespace changes)
-rw-r--r--README27
1 files changed, 26 insertions, 1 deletions
diff --git a/README b/README
index a19da4a..e533725 100644
--- a/README
+++ b/README
@@ -1 +1,26 @@
-See http://opie.handhelds.org or docs/ or website/index.html for docs.
+How to use the new build system
+===============================
+
+WARNING: This buildsystem is currently under construction. Therefore
+ it may create more problems than solutions .. ;)
+
+But if you have problems with the old one, you may use the new which
+is much more advanced:
+
+First of all set you shell-variables to the correct settings
+( as you need for the old build system )
+
+Then do the following:
+
+cd $OPIEDIR
+make clean
+ln -s Makefile.test GNUmakefile
+cp def-configs/opie .config
+make menuconfig
+
+Now you can move through the menu and select or deselect anything..
+Exit and save the configuration and enter "make" to create opie...
+
+Have fun with it !
+
+Ciao, Stefan \ No newline at end of file