docs.html 852 B

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