README: added build information and copyright #51
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
joke
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bonsai/harakit#51
Loading…
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 -idirafter
It 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 (
cc
is used by default) and preprocessor (cpp
by default), Rust compiler (rustc
by default), and POSIX-compatible Make utility (make
is 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