From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- README | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 000000000..894427b91 --- /dev/null +++ b/README @@ -0,0 +1,39 @@ +OpenADK - A GNU/Linux construction kit +====================================== + +This is a menu based buildsystem for your home made embedded Linux system. + +Before you can start you need to install some tools: +- bash +- gcc +- binutils +- GNU make +- GNU tar +- GNU awk +- GNU sed +- patch +- gzip +- bzip2 +- cpio +- wget +- flex +- bison +- file +- unzip +- autoconf +- automake +- zlib-dev / libz-dev +- libncurses5-dev +- libc-dev + +There is a check for the required versions of these tools in advance, though +(to re-issue the checks, use "make prereq"). + +Please use "make menuconfig" to choose your embedded system and configure like you +want to. + +Simply running 'make' will build the firmware for your embedded system. The +buildsystem will download all sources, build the toolchain, the kernel and all +applications. + +Sunshine! -- cgit v1.2.3