Saghen / blink.cmp

Performant, batteries-included completion plugin for Neovim
MIT License
631 stars 26 forks source link

doc: add musl libc support #55

Closed iguanacucumber closed 1 day ago

iguanacucumber commented 2 days ago

Musl libc doesnt support dynamic linking unless a specific RUSTFLAG is provided, i added this flag in the README:

-- OR build from source, requires nightly: https://rust-lang.github.io/rustup/concepts/channels.html#working-with-nightly-rust -- build = 'cargo build --release', -- On musl libc based systems you need to add this flag -- build = 'RUSTFLAGS="-C target-feature=-crt-static" cargo build --release',