README 917 B

123456789101112131415161718192021222324252627282930313233
  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. - gcc or clang
  6. - g++ or clang++
  7. - binutils
  8. - make
  9. - tar
  10. - gzip
  11. - perl
  12. - curl or wget
  13. - git
  14. - strings
  15. - c library headers
  16. - ncurses library and header
  17. - zlib library and header
  18. There is a check for the required versions of these software in advance, though.
  19. Most of the needed software for the build process to succeed will
  20. be compiled before the target build starts.
  21. Please use "make menuconfig" to choose your target architecture and
  22. embedded system and configure like you want to.
  23. Simply running 'make' will build the firmware for your embedded system. The
  24. buildsystem will download all sources, build the toolchain, the kernel and all
  25. applications.
  26. Sunshine!
  27. Waldemar Brodkorb <wbx@openadk.org>