mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +00:00
update README
fix dependencies section and make other minor changes fixes #568.
This commit is contained in:
parent
53df5f17de
commit
796a03a41d
18
README.md
18
README.md
@ -164,17 +164,19 @@ Check the [releases page](https://github.com/ouch-org/ouch/releases).
|
|||||||
|
|
||||||
Check the [wiki guide on compiling](https://github.com/ouch-org/ouch/wiki/Compiling-and-installing-from-source-code).
|
Check the [wiki guide on compiling](https://github.com/ouch-org/ouch/wiki/Compiling-and-installing-from-source-code).
|
||||||
|
|
||||||
# Dependencies
|
# Runtime Dependencies
|
||||||
|
|
||||||
If you installed `ouch` using the download script, you will need no dependencies (static MUSL binary).
|
When `ouch` gives a linking error, it means you're missing a runtime dependency.
|
||||||
|
|
||||||
|
If you're downloading binaries from the [releases page](https://github.com/ouch-org/ouch/releases), try the `musl` variants, those are static binaries that require no runtime dependencies.
|
||||||
|
|
||||||
Otherwise, you'll need these libraries installed on your system:
|
Otherwise, you'll need these libraries installed on your system:
|
||||||
|
|
||||||
* [liblzma](https://www.7-zip.org/sdk.html)
|
* [liblzma](https://www.7-zip.org/sdk.html)
|
||||||
* [libbz2](https://www.sourceware.org/bzip2/)
|
* [libbz2](https://www.sourceware.org/bzip2)
|
||||||
* [libz](https://www.zlib.net/)
|
* [libz](https://www.zlib.net)
|
||||||
|
|
||||||
These are available on all mainstream _Linux_ distributions and on _macOS_.
|
These should be available in your system's package manager.
|
||||||
|
|
||||||
# Benchmarks
|
# Benchmarks
|
||||||
|
|
||||||
@ -196,12 +198,14 @@ Versions used:
|
|||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
`ouch` is made out of voluntary work, contributors are very welcome! No contribution is too small and all contributions are valued.
|
`ouch` is made out of voluntary work, contributors are very welcome! Contributions of all sizes are appreciated.
|
||||||
|
|
||||||
- Open an [issue](https://github.com/ouch-org/ouch/issues).
|
- Open an [issue](https://github.com/ouch-org/ouch/issues).
|
||||||
- Package it for your favorite distribution or package manager.
|
- Package it for your favorite distribution or package manager.
|
||||||
- Open a pull request.
|
|
||||||
- Share it with a friend!
|
- Share it with a friend!
|
||||||
|
- Open a pull request.
|
||||||
|
|
||||||
|
If you're creating a Pull Request, check [CONTRIBUTING.md](./CONTRIBUTING.md).
|
||||||
|
|
||||||
[`tar`]: https://www.gnu.org/software/tar/
|
[`tar`]: https://www.gnu.org/software/tar/
|
||||||
[infozip]: http://www.info-zip.org/
|
[infozip]: http://www.info-zip.org/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user