README 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. Contents of root directory
  2. ==========================
  3. 00run.sh
  4. Script using in building the micro SD card image using multiple
  5. servers.
  6. binutils* [Created during build]
  7. Stamp files for make
  8. COPYING
  9. GPLV3 License information this covers most of the code in the
  10. wiki-app directory. Other files/directories may have their own
  11. license information.
  12. doc
  13. Various documents including explanation of how to set up a chroot
  14. for compiling the application
  15. gcc* [Created during build]
  16. Stamp files for make
  17. host-tools
  18. Programs that are used during building the software including cross
  19. compiler, simulator and utilities to create the data files.
  20. See: host-tools/00ReadMe.text
  21. Licenses
  22. Some of the licenses used in various parts of the system, normally
  23. the individual files/sub-directories will have their own
  24. copyright/license information.
  25. Makefile
  26. The master make file that controls all stages of the building process.
  27. samo-lib
  28. Programs and libraries that run on the WikiReader Hardware
  29. See: samo-lib/00ReadMe.text
  30. testudo
  31. Python programs and scripts for production testing
  32. TODO
  33. Some notes about things to think about
  34. wiki-app
  35. This is the main application code and is compiled both for inclusion
  36. on the device and for the simulator.
  37. xml-file-samples
  38. Some XML files for testing the offline rendering process