2
1

docs.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!--#include file="header.html" -->
  2. <h2>Documentation</h2>
  3. <p>The Buildroot user manual is where you want to start reading if you
  4. wish to understand how Buildroot works, or wish to change/extend/fix
  5. things. It is available as:</p>
  6. <h4>Latest stable release</h4>
  7. <ul>
  8. <li><a href="/downloads/manual/manual.html">Online HTML</a></li>
  9. <li><a href="/downloads/manual/manual.pdf">PDF document</a></li>
  10. <li><a href="/downloads/manual/manual.text">ASCII text</a></li>
  11. </ul>
  12. <h4>Nightly build</h4>
  13. <ul>
  14. <li><a href="http://nightly.buildroot.org/manual.html">Online HTML</a></li>
  15. <li><a href="http://nightly.buildroot.org/manual.pdf">PDF document</a></li>
  16. <li><a href="http://nightly.buildroot.org/manual.text">ASCII text</a></li>
  17. </ul>
  18. <p>If you find any errors (factual, grammatical, whatever) please
  19. report them to us.</p>
  20. <p>If you find that you need help with Buildroot, you can ask for
  21. help:</p>
  22. <ul>
  23. <li>On the <a href="support.html">buildroot mailing list</a>
  24. at <code>buildroot at buildroot.org</code></li>
  25. <li>On the <a href="irc://freenode.net/#buildroot">Buildroot IRC
  26. channel</a>, <code>#buildroot</code> on Freenode</li>
  27. <li>On our <a href="https://bugs.buildroot.org">bugtracker</a>.</li>
  28. <li>Through the various companies offering commercial Buildroot
  29. support.</li>
  30. </ul>
  31. <!--#include file="footer.html" -->