diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-04-22 18:26:18 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-04-22 18:26:18 -0400 |
| commit | 73692b5ba9f28b75e226152044b18409a7df7685 (patch) | |
| tree | 06e8dbb42994ee65c8c815de3c23e5d2a910716d /readme.md | |
| parent | b3810b12552a937dcb6486ccf775a0bd9094db23 (diff) | |
| download | min-73692b5ba9f28b75e226152044b18409a7df7685.tar.gz min-73692b5ba9f28b75e226152044b18409a7df7685.tar.xz | |
Addex XZ as well as sources and a working "tar" for the system.
( I need to rename it to cpio )
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -45,5 +45,11 @@ 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. +If you wish to set this up automatically run `sh scripts/musl-cross-make.sh` +after `sh scripts/get_sources.sh` + 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. + + + sudo ln -sv /s6/min/pfx/usr/lib/libc.so /lib/ld-musl-x86_64.so.1 |
