author | kergoth <kergoth> | 2003-01-16 18:06:02 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 18:06:02 (UTC) |
commit | c984baa73724d079076b28788c174ce9fa83fdb5 (patch) (side-by-side diff) | |
tree | af0d37330ebc9f00804d4a47d5d059832d31b44b /README | |
parent | 3904d85eac20dfd21cf2a3245977f9946865fd92 (diff) | |
download | opie-c984baa73724d079076b28788c174ce9fa83fdb5.zip opie-c984baa73724d079076b28788c174ce9fa83fdb5.tar.gz opie-c984baa73724d079076b28788c174ce9fa83fdb5.tar.bz2 |
Use new buildsystem, more documentation coming shortly. Also silenced dependency generation a bit.
-rw-r--r-- | README | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -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 |