forked from bonsai/harakit
README: changed dependency section and update copyright
This commit is contained in:
parent
cc93389232
commit
97382b79fd
25
README
25
README
@ -19,16 +19,10 @@ See docs/ for more on the specific utilities currently implemented.
|
|||||||
|
|
||||||
Building
|
Building
|
||||||
|
|
||||||
The coreutils require minimal dependencies for building:
|
The coreutils require a POSIX-compliant environment to compile, including a C
|
||||||
|
compiler and preprocessor (cc(1) and cpp(1) by default) with the -idirafter
|
||||||
· bindgen(1)
|
flag, a Rust compiler (rustc(1) by default), bindgen(1), and a POSIX-compliant
|
||||||
· cc(1) with -idirafter
|
make(1) utility.
|
||||||
· cp(1p)
|
|
||||||
· cpp(1)
|
|
||||||
· make(1p)
|
|
||||||
· mkdir(1p)
|
|
||||||
· rustc(1) or equivalent
|
|
||||||
· sh(1p)
|
|
||||||
|
|
||||||
To build and install:
|
To build and install:
|
||||||
|
|
||||||