README 787 B

12345678910111213141516171819202122232425262728293031323334353637
  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. - wget
  18. - file
  19. - libc headers
  20. - ncurses5 headers
  21. - zlib headers
  22. - perl
  23. There is a check for the required versions of these tools in advance, though.
  24. (to re-issue the checks, use "make prereq").
  25. Please use "make menuconfig" to choose your embedded system and configure
  26. like you want to.
  27. Simply running 'make' will build the firmware for your embedded system. The
  28. buildsystem will download all sources, build the toolchain, the kernel and all
  29. applications.
  30. Sunshine!