1 OpenADK - An embedded Linux construction kit
2 ============================================
4 This is a menu based buildsystem for your embedded Linux system.
6 Before you can start you need to install some software:
17 - ncurses library and header
18 - zlib library and header
20 There is a check for the required versions of these software 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
31 Waldemar Brodkorb <wbx@openadk.org>