README 794 B

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