summaryrefslogtreecommitdiff
path: root/README
blob: e533725889904909aec2f0f68ef845c1ed50546d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
How to use the new build system
===============================

WARNING: This buildsystem is currently under construction. Therefore
	 it may create more problems than solutions .. ;)

But if you have problems with the old one, you may use the new which
is much more advanced:

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..
Exit and save the configuration and enter "make" to create opie...

Have fun with it !

Ciao, Stefan