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