-
Notifications
You must be signed in to change notification settings - Fork 76
Compiling and installing from source code
João Marcos Bezerra edited this page Nov 10, 2021
·
2 revisions
If you just wish to install it the easiest way, follow instructions from https://github.com/ouch-org/ouch#installation instead.
Installing from source is always slower and only recommended for contributors.
For this you will need to install Rust and Cargo, we strongly recommend doing it via rustup.rs.
After that, check if it's correctly installed:
cargo --version
Also check if you have all the dependencies installed.
Clone the repository and install it.
git clone https://github.com/ouch-org/ouch
cargo install --path ouch
Latest release at https://crates.io/crates/ouch.
cargo install ouch
git clone https://github.com/ouch-org/ouch
cd ouch
cargo build