Replies: 3 comments 1 reply
-
have you see the document https://github.com/zed-industries/zed/blob/main/docs/src/development/linux.md and run script/linux to Install the necessary system libraries. |
Beta Was this translation helpful? Give feedback.
-
It's because of how musl works with dynamic libraries (it doesn't), so there's an extra flag needed. Had you used Void with glibc, it would've worked. I've added this snippet right above if echo "$target_triple" | grep musl; then
export RUSTFLAGS="$RUSTFLAGS -C target-feature=-crt-static"
fi |
Beta Was this translation helpful? Give feedback.
-
It's still not working for me, I'm having a similar isue with cosmic, see this here on reddit |
Beta Was this translation helpful? Give feedback.
-
I'm getting this error trying to build zed on Void Linux
I already have libxkb dependencies installed
and alsa as well
Can anybody help me out?
Beta Was this translation helpful? Give feedback.
All reactions