Dependencies in README #24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On Alpine the dependencies are
rustc
, a C compiler (tcc
is fine if linked tocc
in the$PATH
),rust-bindgen
, and perhaps others I forget.Optionally, on Alpine,
rustfmt
.i think this should be included in a BUILDING file
Is it necessary to make another file? A section listing system distributions' package managers' dependencies for running
make
wouldn't be too long.that’s true. it could probably be both in the README and the Makefile as a comment