docs.html 1.0 KB

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