aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 582193a0b..2de1f89aa 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,14 @@
2 2
3Things may work for you, or may not. Things may never work because of huge differences between Linux and Windows. Or things may work in future, if you report the problem on [GitHub](https://github.com/rmyorston/busybox-w32) or [GitLab](https://gitlab.com/rmyorston/busybox-w32). If you don't have an account on one of those or you'd prefer to communicate privately you can email [rmy@pobox.com](mailto:rmy@pobox.com). 3Things may work for you, or may not. Things may never work because of huge differences between Linux and Windows. Or things may work in future, if you report the problem on [GitHub](https://github.com/rmyorston/busybox-w32) or [GitLab](https://gitlab.com/rmyorston/busybox-w32). If you don't have an account on one of those or you'd prefer to communicate privately you can email [rmy@pobox.com](mailto:rmy@pobox.com).
4 4
5Additional information and downloads of precompiled binaries are available from [frippery.org](https://frippery.org/busybox). 5Additional information is available from the [BusyBox for Windows](https://frippery.org/busybox/index.html) web page. In particular:
6
7- There are [downloads](https://frippery.org/busybox/index.html#downloads) of precompiled binaries for i686, x86_64 and aarch64.
8- Release notes for the [current](https://frippery.org/busybox/release-notes/current.html) and [previous](https://frippery.org/busybox/release-notes/index.html) releases are available.
6 9
7### Building 10### Building
8 11
9You need a MinGW compiler and a POSIX environment. I cross-compile on Linux. On Fedora the following should pull in everything required: 12You need a MinGW toolchain and a POSIX environment. I cross-compile on Linux. On Fedora the following should pull in everything required:
10 13
11`dnf install gcc make ncurses-devel perl-Pod-Html` 14`dnf install gcc make ncurses-devel perl-Pod-Html`
12 15
@@ -20,6 +23,8 @@ On either Linux or Windows the commands `make mingw64_defconfig` or `make mingw3
20 23
21Then just `make`. 24Then just `make`.
22 25
26See the [Building busybox-w32](https://frippery.org/busybox/build.html) web page for additional information.
27
23### Hints 28### Hints
24 29
25 - Use forward slashes in paths: Windows doesn't mind and the shell will be happier. 30 - Use forward slashes in paths: Windows doesn't mind and the shell will be happier.