README 803 B

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