-rw-r--r-- | README | 17 |
1 files changed, 4 insertions, 13 deletions
@@ -1,21 +1,12 @@ 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.. @@ -23,4 +14,4 @@ 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 |