2
1

support.html 1.8 KB

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