README: added build information and copyright #51
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "readme-changes"
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?
Closes #24
@ -20,0 +22,4 @@The coreutils require minimal dependencies for building:· bindgen(1)· cc(1) with -idirafterIt looks like cpp(1) needs
-idirafter, not cc(1).@ -20,0 +38,4 @@To build with a different compiler than the default:$ make CC=clang # different C compiler than cc(1)$ make RUSTC=gccrs # different Rust compiler than rustc(1)I don't think these two comments are necessary, it's apparent what is changing.
@ -20,0 +23,4 @@· bindgen(1)· cc(1) with -idirafter· cp(1p)I think requiring a "POSIX-like operating environment" would be sufficient here. Maybe:
"The coreutils require a POSIX-like operating environment to compile, including a C compiler (
ccis used by default) and preprocessor (cppby default), Rust compiler (rustcby default), and POSIX-compatible Make utility (makeis used by default; both GNU and BSD Make should work).The changes as-is are alright, you can take my suggestions or leave 'em.
Pull request closed