12345678910111213141516171819202122232425262728293031 |
- <!--#include file="header.html" -->
- <h3>Documentation</h3>
- Current documentation for buildroot includes:
- <ul>
- <li>
- <a href= "buildroot.html">Buildroot - Usage and
- documentation</a> is where you want to start reading if you wish to
- understand how buildroot work, or wish to change/extend/fix things. If you
- find any errors (factual, grammatical, whatever) please report them.
- </li>
- <li>
- <a href="README">README</a>. This is the README file included in the
- buildroot source release.
- </li>
- <li>
- If you find that you need help with buildroot, you can ask for help on the
- <a href= "lists/uClibc/">uClibc mailing list</a> at uclibc@mail.uclibc.org.
- In addition the BusyBox, uClibc, and buildroot developers are also known to
- hang out on the uClibc IRC channel: #uclibc on irc.freenode.net.
- </li>
- </ul>
- <!--#include file="footer.html" -->
|