README 795 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. - 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!