docs.html 1.4 KB

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