author | kergoth <kergoth> | 2003-01-16 18:06:02 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 18:06:02 (UTC) |
commit | c984baa73724d079076b28788c174ce9fa83fdb5 (patch) (unidiff) | |
tree | af0d37330ebc9f00804d4a47d5d059832d31b44b /README.NEWBUILD | |
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.NEWBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/README.NEWBUILD b/README.NEWBUILD deleted file mode 100644 index e533725..0000000 --- a/README.NEWBUILD +++ b/dev/null | |||
@@ -1,26 +0,0 @@ | |||
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 | ||