author | eilers <eilers> | 2003-01-06 14:58:50 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-01-06 14:58:50 (UTC) |
commit | ef18539a858099d0361111485c9f53d46baa94c6 (patch) (unidiff) | |
tree | 531ea49adda8a38f2875bca47447c62a668105be | |
parent | ecfa9b195ba1bdbe1254c21631fdce277c2c67b1 (diff) | |
download | opie-ef18539a858099d0361111485c9f53d46baa94c6.zip opie-ef18539a858099d0361111485c9f53d46baa94c6.tar.gz opie-ef18539a858099d0361111485c9f53d46baa94c6.tar.bz2 |
How to use the new buildsyste: Very short introduction
-rw-r--r-- | README.NEWBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.NEWBUILD b/README.NEWBUILD new file mode 100644 index 0000000..e533725 --- a/dev/null +++ b/README.NEWBUILD | |||
@@ -0,0 +1,26 @@ | |||
1 | How to use the new build system | ||
2 | =============================== | ||
3 | |||
4 | WARNING: This buildsystem is currently under construction. Therefore | ||
5 | it may create more problems than solutions .. ;) | ||
6 | |||
7 | But if you have problems with the old one, you may use the new which | ||
8 | is much more advanced: | ||
9 | |||
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 | ||
17 | ln -s Makefile.test GNUmakefile | ||
18 | cp def-configs/opie .config | ||
19 | make menuconfig | ||
20 | |||
21 | Now you can move through the menu and select or deselect anything.. | ||
22 | Exit and save the configuration and enter "make" to create opie... | ||
23 | |||
24 | Have fun with it ! | ||
25 | |||
26 | Ciao, Stefan \ No newline at end of file | ||