Merge branch 'master' of git+ssh://openadk.org/git/openadk
[openadk.git] / README
blobe88d20920045acb13d3745ce98dbb55b65fedfc8
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 or clang
9 - g++ or clang++
10 - binutils 
11 - GNU make
12 - tar
13 - gzip
14 - wget
15 - libc headers
16 - ncurses5 headers
17 - zlib headers
18 - perl
20 There is a check for the required versions of these tools in advance, though.
21 (to re-issue the checks, use "make prereq").
23 Please use "make menuconfig" to choose your target architecture and
24 embedded system and configure like you want to.
26 Simply running 'make' will build the firmware for your embedded system.  The
27 buildsystem will download all sources, build the toolchain, the kernel and all
28 applications.
30 Sunshine!
31  Waldemar Brodkorb <wbx@openadk.org>