support.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!--#include file="header.html" -->
  2. <div class="row">
  3. <div class="col-sm-10 col-sm-offset-1">
  4. <h2>Support</h2>
  5. <p>You can get support for Buildroot through three main channels:</p>
  6. <h3>IRC</h3>
  7. <p>The Buildroot IRC channel is <a href="irc://freenode.net/#buildroot">
  8. #buildroot</a>, hosted on Freenode. If you do not have an IRC client, you can
  9. use the <a href="http://webchat.freenode.net">Freenode web interface</a>.
  10. When asking for help on IRC, share relevant logs or pieces of code using a code
  11. sharing website.</p>
  12. <h3>Mailing List Information</h3>
  13. <p>The <a href="/lists/buildroot/">mailing list</a> is for discussion and
  14. development. You can subscribe by visiting
  15. <a href="http://lists.busybox.net/mailman/listinfo/buildroot">this page</a>.
  16. Only subscribers to the Buildroot mailing list are allowed to post
  17. to this list.</p>
  18. <p>The list is also available through <a
  19. href="http://gmane.org">Gmane</a> at <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot">gmane.comp.lib.uclibc.buildroot</a>.
  20. </p>
  21. <h4>Search the List Archives</h4>
  22. <p>Please search the mailing list archives before asking questions on the mailing
  23. list, since there is a good chance someone else has asked the same question
  24. before. Checking the archives is a great way to avoid annoying everyone on the
  25. list with frequently asked questions...</p>
  26. <form method="get" action="http://search.gmane.org/">
  27. <input type="text" name="query">
  28. <input type="hidden" name="group" value="gmane.comp.lib.uclibc.buildroot">
  29. <input type="submit" value="Search">
  30. </form>
  31. <h3>Bug Tracker</h3>
  32. <p>If you encounter any problem while using Buildroot, you can use the
  33. <a href="https://bugs.buildroot.org/">Bug Tracker</a> to post your bugs and/or
  34. participate to find solutions to existing problems.</p>
  35. <p>Note: patches are only accepted through the mailing list.</p>
  36. </div><!--/.col-sm-10 -->
  37. </div><!--/.row -->
  38. <!--#include file="footer.html" -->