summaryrefslogtreecommitdiff
path: root/README
authorkergoth <kergoth>2003-01-17 04:39:07 (UTC)
committer kergoth <kergoth>2003-01-17 04:39:07 (UTC)
commit09b56abcc1299f8ccad132e6b91671d120ded623 (patch) (side-by-side diff)
treee5dad8a0449900f78a79283cabe9163c47fcedc3 /README
parentb78b1ee522773a00cefb5b96b7d1262416f18aa6 (diff)
downloadopie-09b56abcc1299f8ccad132e6b91671d120ded623.zip
opie-09b56abcc1299f8ccad132e6b91671d120ded623.tar.gz
opie-09b56abcc1299f8ccad132e6b91671d120ded623.tar.bz2
Update readme regarding new buildsystem
Diffstat (limited to 'README') (more/less context) (ignore whitespace changes)
-rw-r--r--README17
1 files changed, 4 insertions, 13 deletions
diff --git a/README b/README
index e533725..b6c51be 100644
--- a/README
+++ b/README
@@ -1,26 +1,17 @@
How to use the new build system
===============================
-WARNING: This buildsystem is currently under construction. Therefore
- it may create more problems than solutions .. ;)
+First of all set the PATH to ensure your crosscompiler is available,
+and set QTDIR to point to your qt/embedded source tree.
-But if you have problems with the old one, you may use the new which
-is much more advanced:
+Then do the following in the opie source tree:
-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
+Ciao, Stefan