aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-04-22 12:49:35 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-04-22 12:49:35 -0400
commitc2b6f4cdd5383108a923cf4dac133ac62bcbfe1d (patch)
tree017a63d3974ab253eaf2a5ec254fd370732550aa /readme.md
parent4b1cd7ad1e1463a45b444d066b49574a9b6ad04a (diff)
downloadmin-c2b6f4cdd5383108a923cf4dac133ac62bcbfe1d.tar.gz
min-c2b6f4cdd5383108a923cf4dac133ac62bcbfe1d.tar.xz
Updated PATH in ./inc and document further
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index 286b73e..fdb158c 100644
--- a/readme.md
+++ b/readme.md
@@ -40,11 +40,10 @@ just too tedious and boring for me, I'd rather do something different.
## The process so far:
+Acquire a toolchain and set it in `./inc` I used [`musl-cross-make`](https://github.com/richfelker/musl-cross-make)
+and placed the `output` folder into `./x86_64-linux-musl` where `x86_64` is
+the arch you're compiling for, in theory this should work for ARM and the like
+but I haven't gotten around to testing.
+
Run `scripts/get_sources.sh` and then `scripts/build.sh` It's rather important
to run them from the `min` directory so the paths and imports will be correct.
-
-
-## Todo:
-
-Build `busybox` with `musl` libc
-Build `ibressl` with `musl` libc