Skip to content

Commit

Permalink
Merge branch 'master' of github.com:isdrupter/busybotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelzeroday committed Oct 9, 2018
2 parents 9124bee + dd54ba0 commit 69216ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,9 @@ Building is litterally 3 commands <br>
**Step 1:** <br>
$ make clean <br>
**Step 2:** <br>
$ make menuconfig
$ make menuconfig <br>
-- Configure your build <br>
-- Choose applets to include
-- Choose applets to include <br>
-- If we're cross compiling see below... <br>
**Step 3:** <br>
$ make <br>
Expand All @@ -419,7 +419,7 @@ To install, run ./busybox --install -s /path/to/wherever
#### Cross Compiling
Cross-compiling busybo* is easy. First, you need a toolchain. <br>
**Step 1:** <br>
Grab the latest [buildroot](https://download.buildroot.org) and build it (same as above, $ make clean;make menuconfig;make) <br>
Grab the latest [buildroot](https://buildroot.org/download.html) and build it (same as above, $ make clean;make menuconfig;make) <br>
**Step 2** <br>
Configure with *make menuconfig* -- Specifically, tell busybotnet where your *toolchain and sysroot* are located. <br>
**Step 3** <br>
Expand Down

0 comments on commit 69216ac

Please sign in to comment.