summaryrefslogtreecommitdiff
path: root/README.NEWBUILD
authoreilers <eilers>2003-01-06 14:58:50 (UTC)
committer eilers <eilers>2003-01-06 14:58:50 (UTC)
commitef18539a858099d0361111485c9f53d46baa94c6 (patch) (side-by-side diff)
tree531ea49adda8a38f2875bca47447c62a668105be /README.NEWBUILD
parentecfa9b195ba1bdbe1254c21631fdce277c2c67b1 (diff)
downloadopie-ef18539a858099d0361111485c9f53d46baa94c6.zip
opie-ef18539a858099d0361111485c9f53d46baa94c6.tar.gz
opie-ef18539a858099d0361111485c9f53d46baa94c6.tar.bz2
How to use the new buildsyste: Very short introduction
Diffstat (limited to 'README.NEWBUILD') (more/less context) (ignore whitespace changes)
-rw-r--r--README.NEWBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.NEWBUILD b/README.NEWBUILD
new file mode 100644
index 0000000..e533725
--- a/dev/null
+++ b/README.NEWBUILD
@@ -0,0 +1,26 @@
+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