iproute2: fix build of multiple subpackages
[openadk.git] / README
blobaff899665fe127e49a2135efbf3604d409159857
1 OpenADK - A GNU/Linux construction kit 
2 ======================================
4 This is a menu based buildsystem for your home made embedded Linux system.
6 Before you can start you need to install some tools: 
7 - bash
8 - gcc 
9 - binutils 
10 - GNU make
11 - GNU m4
12 - GNU awk
13 - GNU sed
14 - tar
15 - patch
16 - pkg-config
17 - gzip
18 - bzip2
19 - wget
20 - file
21 - libc headers
22 - ncurses5 headers
23 - zlib headers
24 - perl
26 There is a check for the required versions of these tools in advance, though.
27 (to re-issue the checks, use "make prereq").
29 Please use "make menuconfig" to choose your embedded system and configure 
30 like you want to.
32 Simply running 'make' will build the firmware for your embedded system.  The
33 buildsystem will download all sources, build the toolchain, the kernel and all
34 applications.
36 Sunshine!