-rw-r--r-- | README | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -2,19 +2,10 @@ 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 |