README 808 B

12345678910111213141516171819202122232425262728293031
  1. OpenADK - A GNU/Linux construction kit
  2. ======================================
  3. This is a menu based buildsystem for your home made embedded Linux system.
  4. Before you can start you need to install some tools:
  5. - bash
  6. - gcc or clang
  7. - g++ or clang++
  8. - binutils
  9. - GNU make
  10. - tar
  11. - gzip
  12. - wget
  13. - libc headers
  14. - ncurses5 headers
  15. - zlib headers
  16. - perl
  17. There is a check for the required versions of these tools in advance, though.
  18. (to re-issue the checks, use "make prereq").
  19. Please use "make menuconfig" to choose your target architecture and
  20. embedded system and configure like you want to.
  21. Simply running 'make' will build the firmware for your embedded system. The
  22. buildsystem will download all sources, build the toolchain, the kernel and all
  23. applications.
  24. Sunshine!
  25. Waldemar Brodkorb <wbx@openadk.org>