deltaphc / raylib-rs

Rust bindings for raylib
Other
775 stars 136 forks source link

Compilation on Alpine Linux (musl libc) #59

Closed refacto closed 4 years ago

refacto commented 4 years ago

To compile on Alpine Linux, I had to set the following RUSTFLAGS:

-Ctarget-feature=-crt-static

Would a PR documenting that be appreciated?

bhgsbatista commented 4 years ago

This is something that should likely go on the Wiki, in a section dedicated to various platform details.

Dacode45 commented 4 years ago

Added one https://github.com/deltaphc/raylib-rs/wiki/Working-on-GNU-Linux