docs.html 894 B

12345678910111213141516171819202122232425262728293031
  1. <!--#include file="header.html" -->
  2. <h3>Documentation</h3>
  3. Current documentation for buildroot includes:
  4. <ul>
  5. <li>
  6. <a href= "buildroot.html">Buildroot - Usage and
  7. documentation</a> is where you want to start reading if you wish to
  8. understand how buildroot work, or wish to change/extend/fix things. If you
  9. find any errors (factual, grammatical, whatever) please report them.
  10. </li>
  11. <li>
  12. <a href="README">README</a>. This is the README file included in the
  13. buildroot source release.
  14. </li>
  15. <li>
  16. If you find that you need help with buildroot, you can ask for help on the
  17. <a href= "lists/uClibc/">uClibc mailing list</a> at uclibc@mail.uclibc.org.
  18. In addition the BusyBox, uClibc, and buildroot developers are also known to
  19. hang out on the uClibc IRC channel: #uclibc on irc.freenode.net.
  20. </li>
  21. </ul>
  22. <!--#include file="footer.html" -->