author | kergoth <kergoth> | 2003-01-17 04:39:07 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-17 04:39:07 (UTC) |
commit | 09b56abcc1299f8ccad132e6b91671d120ded623 (patch) (unidiff) | |
tree | e5dad8a0449900f78a79283cabe9163c47fcedc3 | |
parent | b78b1ee522773a00cefb5b96b7d1262416f18aa6 (diff) | |
download | opie-09b56abcc1299f8ccad132e6b91671d120ded623.zip opie-09b56abcc1299f8ccad132e6b91671d120ded623.tar.gz opie-09b56abcc1299f8ccad132e6b91671d120ded623.tar.bz2 |
Update readme regarding new buildsystem
-rw-r--r-- | README | 17 |
1 files changed, 4 insertions, 13 deletions
@@ -3,17 +3,8 @@ How to use the new build system | |||
3 | 3 | ||
4 | WARNING: This buildsystem is currently under construction. Therefore | 4 | First of all set the PATH to ensure your crosscompiler is available, |
5 | it may create more problems than solutions .. ;) | 5 | and set QTDIR to point to your qt/embedded source tree. |
6 | 6 | ||
7 | But if you have problems with the old one, you may use the new which | 7 | Then do the following in the opie source tree: |
8 | is much more advanced: | ||
9 | 8 | ||
10 | First of all set you shell-variables to the correct settings | ||
11 | ( as you need for the old build system ) | ||
12 | |||
13 | Then do the following: | ||
14 | |||
15 | cd $OPIEDIR | ||
16 | make clean | 9 | make clean |
17 | ln -s Makefile.test GNUmakefile | ||
18 | cp def-configs/opie .config | ||
19 | make menuconfig | 10 | make menuconfig |
@@ -25,2 +16,2 @@ Have fun with it ! | |||
25 | 16 | ||
26 | Ciao, Stefan \ No newline at end of file | 17 | Ciao, Stefan |