mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
add perl and python to build requirments
This commit is contained in:
parent
49cd7ea2db
commit
8fa96fd598
1 changed files with 6 additions and 0 deletions
|
|
@ -204,6 +204,12 @@ All contain a single binary file
|
||||||
- Minimum supported `rust`/`cargo` version: `1.64`
|
- Minimum supported `rust`/`cargo` version: `1.64`
|
||||||
- See [Install Rust](https://www.rust-lang.org/tools/install)
|
- See [Install Rust](https://www.rust-lang.org/tools/install)
|
||||||
|
|
||||||
|
- To build openssl dependency (see https://docs.rs/openssl/latest/openssl/)
|
||||||
|
- perl >= 5.12 (strawberry perl works for windows https://strawberryperl.com/)
|
||||||
|
- a c compiler (msvc, gcc or clang, cargo will find it)
|
||||||
|
|
||||||
|
- To run the complete test suite python is required (and it must be invokable as `python`)
|
||||||
|
|
||||||
### Cargo Install
|
### Cargo Install
|
||||||
|
|
||||||
The simplest way to start playing around with `gitui` is to have `cargo` build and install it with `cargo install gitui`. If you are not familiar with rust and cargo: [Getting Started with Rust](https://doc.rust-lang.org/book/ch01-00-getting-started.html)
|
The simplest way to start playing around with `gitui` is to have `cargo` build and install it with `cargo install gitui`. If you are not familiar with rust and cargo: [Getting Started with Rust](https://doc.rust-lang.org/book/ch01-00-getting-started.html)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue