diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -52,4 +52,12 @@ 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 +Note: + +Because I've not yet been able to make some programs statically linked you +might need a symlink for programs to find `musl` libc, or just switch +the `$PATH` order in `./inc` + +```bash +sudo ln -sv ${base_dir}/pfx/usr/lib/libc.so /lib/ld-musl-x86_64.so.1 +``` |
