Merge branch 'master' of git+ssh://openadk.org/git/openadk
[openadk.git] / README
blob0438a22abd8781d8c63a92a9b379972a9667e675
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 - mksh
9 - gcc 
10 - binutils 
11 - GNU make
12 - GNU tar
13 - GNU awk
14 - GNU sed
15 - patch
16 - gzip
17 - bzip2
18 - cpio 
19 - wget
20 - file
21 - unzip
22 - autoconf
23 - automake
24 - Ãlibtool
25 - libc headers
26 - ncurses5 headers
27 - zlib headers
28 - perl
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 
34 like you 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!