2
1

docs.html 977 B

12345678910111213141516171819202122232425262728293031323334
  1. <!--#include file="header.html" -->
  2. <h3>Documentation</h3>
  3. <p>Our document "Buildroot usage and documentation" is where you want
  4. to start reading if you wish to understand how Buildroot work, or wish
  5. to change/extend/fix things. If you find any errors (factual,
  6. grammatical, whatever) please report them. Choose between:</p>
  7. <ul>
  8. <li><a href="/downloads/buildroot.html">Latest stable release</a></li>
  9. <li><a href="buildroot.html">GIT head revision</a></li>
  10. </ul>
  11. <p>If you find that you need help with Buildroot, you can ask for
  12. help:</p>
  13. <ul>
  14. <li>On the <a href="lists.html">buildroot mailing list</a>
  15. at <code>buildroot at uclibc.org</code></li>
  16. <li>On the <a href="irc://freenode.net/#uclibc">Buildroot IRC
  17. channel</a>, <code>#uclibc</code> on Freenode</li>
  18. <li>On our <a href="https://bugs.uclibc.org">bugtracker</a>.</li>
  19. <li>Through the various companies offering commercial Buildroot
  20. support.</li>
  21. </ul>
  22. <!--#include file="footer.html" -->