You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- See [Install Rust](https://www.rust-lang.org/tools/install)
206
206
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
+
207
213
### Cargo Install
208
214
209
215
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