ntfs-3g: set PKG_SECTION to kernel
[openadk.git] / README
blob6fe00f8f648dc3e2b2cd1d9502f39fb82ef0d718
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 m4
13 - GNU tar
14 - GNU awk
15 - GNU sed
16 - patch
17 - gzip
18 - bzip2
19 - cpio 
20 - wget
21 - file
22 - unzip
23 - libc headers
24 - ncurses5 headers
25 - zlib headers
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 
32 like you 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!