README 826 B

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