aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 69a9a3e..6c83247 100644
--- a/readme.md
+++ b/readme.md
@@ -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
+```