fix c823698fc91f462eae028ba7e0dfcb9cc0f3e98c
[openadk.git] / README
blob6922cd0856db495ded5e39701b79a21466b476ca
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 tar
12 - GNU awk
13 - GNU sed
14 - patch
15 - gzip
16 - bzip2
17 - cpio 
18 - wget
19 - flex
20 - bison
21 - gperf
22 - file
23 - unzip
24 - autoconf
25 - automake
26 - zlib-dev / libz-dev
27 - libncurses5-dev
28 - libc-dev
30 There is a check for the required versions of these tools in advance, though
31 (to re-issue the checks, use "make prereq").
33 Please use "make menuconfig" to choose your embedded system and configure like you
34 want to.
36 Simply running 'make' will build the firmware for your embedded system.  The
37 buildsystem will download all sources, build the toolchain, the kernel and all
38 applications.
40 Sunshine!