README 824 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. - gcc
  7. - binutils
  8. - GNU make
  9. - GNU tar
  10. - GNU awk
  11. - GNU sed
  12. - patch
  13. - gzip
  14. - bzip2
  15. - cpio
  16. - wget
  17. - flex
  18. - bison
  19. - gperf
  20. - file
  21. - unzip
  22. - autoconf
  23. - automake
  24. - zlib-dev / libz-dev
  25. - libncurses5-dev
  26. - libc-dev
  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 like you
  30. 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!