README 780 B

123456789101112131415161718192021222324252627282930313233343536
  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
  7. - binutils
  8. - GNU make
  9. - GNU m4
  10. - GNU tar
  11. - GNU awk
  12. - GNU sed
  13. - patch
  14. - gzip
  15. - bzip2
  16. - wget
  17. - file
  18. - libc headers
  19. - ncurses5 headers
  20. - zlib headers
  21. - perl
  22. There is a check for the required versions of these tools in advance, though.
  23. (to re-issue the checks, use "make prereq").
  24. Please use "make menuconfig" to choose your embedded system and configure
  25. like you want to.
  26. Simply running 'make' will build the firmware for your embedded system. The
  27. buildsystem will download all sources, build the toolchain, the kernel and all
  28. applications.
  29. Sunshine!