summaryrefslogtreecommitdiff
path: root/docs/busybox.net/FAQ.html
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-13 09:42:10 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-13 09:42:10 +0000
commit9395ca4f6832a806737eca247f2758468f0cecd1 (patch)
treeed8fde959895391dfa6d376bfda9beb512fb9f42 /docs/busybox.net/FAQ.html
parent9789bf1019e27b3b73d045515bf59c734f964066 (diff)
downloadbusybox-w32-1_00.tar.gz
busybox-w32-1_00.tar.bz2
busybox-w32-1_00.zip
prepare for release1_00
Diffstat (limited to 'docs/busybox.net/FAQ.html')
-rw-r--r--docs/busybox.net/FAQ.html28
1 files changed, 25 insertions, 3 deletions
diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html
index 294e219a7..a9324ae26 100644
--- a/docs/busybox.net/FAQ.html
+++ b/docs/busybox.net/FAQ.html
@@ -18,6 +18,7 @@ have additions to this FAQ document, we would love to add them,
18<li><a href="#demanding">I demand that you to add &lt;favorite feature&gt; right now! How come 18<li><a href="#demanding">I demand that you to add &lt;favorite feature&gt; right now! How come
19 you don't answer all my questions on the mailing list instantly? I demand 19 you don't answer all my questions on the mailing list instantly? I demand
20 that you help me with all of my problems <em>Right Now</em>!</a> 20 that you help me with all of my problems <em>Right Now</em>!</a>
21<li><a href="#getting_started">How can I get started using BusyBox?</a>
21<li><a href="#helpme">I need help with BusyBox! What should I do?</a> 22<li><a href="#helpme">I need help with BusyBox! What should I do?</a>
22<li><a href="#contracts">I need you to add &lt;favorite feature&gt;! Are the BusyBox developers willing to 23<li><a href="#contracts">I need you to add &lt;favorite feature&gt;! Are the BusyBox developers willing to
23 be paid in order to fix bugs or add in &lt;favorite feature&gt;? Are you willing to provide 24 be paid in order to fix bugs or add in &lt;favorite feature&gt;? Are you willing to provide
@@ -146,6 +147,27 @@ have additions to this FAQ document, we would love to add them,
146 147
147<hr /> 148<hr />
148<p> 149<p>
150<h2><a name="getting_started">How can I get started using BusyBox?</a></h2>
151<p>
152
153 An easy method to build your own basic BusyBox based system, is to
154 follow these simple steps:
155 <ul>
156 <li> Point your web browser <a href="/cgi-bin/cvsweb/buildroot/">here</a>
157 <li> Click on "Download tarball"
158 <li> Unpack the tarball on your Linux system somewhere
159 <li> run 'make' and configure things to taste.
160 <li> run 'unset CC'. Some Linux systems (i.e. Gentoo) set 'CC'
161 in the system environment which messes up cross compiles.
162 <li> run 'make'
163 <li> go have lunch, drink a pop, call a friend, play a video game, etc
164 till it finishes downloading software and compiling things.
165 <li> You should now have a shiny new BusyBox based system.
166 </ul>
167
168
169<hr />
170<p>
149<h2><a name="demanding">I demand that you to add &lt;favorite feature&gt; right now! How come 171<h2><a name="demanding">I demand that you to add &lt;favorite feature&gt; right now! How come
150 you don't answer all my questions on the mailing list instantly? I demand 172 you don't answer all my questions on the mailing list instantly? I demand
151 that you help me with all of my problems <em>Right Now</em>!</a></h2> 173 that you help me with all of my problems <em>Right Now</em>!</a></h2>
@@ -198,8 +220,8 @@ have additions to this FAQ document, we would love to add them,
198 href="http://codepoet-consulting.com/">CodePoet Consulting</a> to bid 220 href="http://codepoet-consulting.com/">CodePoet Consulting</a> to bid
199 on your project. If Erik is too busy to personally add your feature, there 221 on your project. If Erik is too busy to personally add your feature, there
200 are many other active BusyBox contributors who will almost certainly be able 222 are many other active BusyBox contributors who will almost certainly be able
201 to help you out. Erik can contact them and ask them about their availability, 223 to help you out. Erik can contact them privatly, and may even let you to
202 and may even ask you to post your request for services on the mailing list. 224 post your request for services on the mailing list.
203 225
204 226
205<hr /> 227<hr />
@@ -218,7 +240,7 @@ have additions to this FAQ document, we would love to add them,
218 <input type="hidden" name="cmd" value="_xclick"> 240 <input type="hidden" name="cmd" value="_xclick">
219 <input type="hidden" name="business" value="andersen@codepoet.org"> 241 <input type="hidden" name="business" value="andersen@codepoet.org">
220 <input type="hidden" name="item_name" value="Support BusyBox"> 242 <input type="hidden" name="item_name" value="Support BusyBox">
221 <input type="hidden" name="image_url" value="https://codepoet-consulting.com/images/codepoet.png"> 243 <input type="hidden" name="image_url" value="http://codepoet-consulting.com/images/codepoet.png">
222 <input type="hidden" name="no_shipping" value="1"> 244 <input type="hidden" name="no_shipping" value="1">
223 <input type="image" src="images/donate.png" name="submit" alt="Make donation using PayPal"> 245 <input type="image" src="images/donate.png" name="submit" alt="Make donation using PayPal">
224 </form> 246 </form>