diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-11-29 20:18:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-22 17:25:13 +0100 |
commit | fde7aed4bfd778b223fc37fec2f4ba311207aab9 (patch) | |
tree | 906599a7078286c153476ac9271e2af6566c5aef /README | |
parent | 6d2c9a84bd15a1ac2213e94ab3170d9b8336726e (diff) |
update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,23 +1,23 @@ -OpenADK - A GNU/Linux construction kit -====================================== +OpenADK - An embedded Linux construction kit +============================================ -This is a menu based buildsystem for your home made embedded Linux system. +This is a menu based buildsystem for your embedded Linux system. -Before you can start you need to install some tools: +Before you can start you need to install some software: - bash - gcc or clang - g++ or clang++ - binutils -- GNU make +- make - tar - gzip - wget -- libc headers -- ncurses5 headers -- zlib headers - perl +- c library headers +- ncurses library and header +- zlib library and header -There is a check for the required versions of these tools in advance, though. +There is a check for the required versions of these software in advance, though. (to re-issue the checks, use "make prereq"). Please use "make menuconfig" to choose your target architecture and |