remove unused files
[openadk.git] / README
blobc7c09f6840620cdd1d4a6ad89c5892fd3100b2bc
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 - file
20 - unzip
21 - autoconf
22 - automake
23 - zlib-dev / libz-dev
24 - libncurses5-dev
25 - libc-dev
26 - perl
28 There is a check for the required versions of these tools in advance, though
29 (to re-issue the checks, use "make prereq").
31 Please use "make menuconfig" to choose your embedded system and configure like you
32 want to.
34 Simply running 'make' will build the firmware for your embedded system.  The
35 buildsystem will download all sources, build the toolchain, the kernel and all
36 applications.
38 Sunshine!