Skip to content

Commit 8fa96fd

Browse files
pm100extrawurst
authored andcommitted
add perl and python to build requirments
1 parent 49cd7ea commit 8fa96fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,12 @@ All contain a single binary file
204204
- Minimum supported `rust`/`cargo` version: `1.64`
205205
- See [Install Rust](https://www.rust-lang.org/tools/install)
206206

207+
- To build openssl dependency (see https://docs.rs/openssl/latest/openssl/)
208+
- perl >= 5.12 (strawberry perl works for windows https://strawberryperl.com/)
209+
- a c compiler (msvc, gcc or clang, cargo will find it)
210+
211+
- To run the complete test suite python is required (and it must be invokable as `python`)
212+
207213
### Cargo Install
208214

209215
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)

0 commit comments

Comments
 (0)