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