File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
please read [ its documentation] ( https://www.rust-lang.org/ ) . ` cargo ` and ` rustc ` must be available in the path in
10
10
order to build Gitnuro properly.
11
11
- ** cargo-kotars:** A tool to run autogenerated bindings from Rust to Kotlin. You can install it using
12
- ` cargo install cargo-kotars --git https://github.com/JetpackDuba/kotars `
12
+ ` cargo install cargo-kotars --git https://github.com/JetpackDuba/kotars ` .
13
+ NOTE: Make sure cargo-kotars is in your path, otherwise Gitnuro's build will fail.
14
+ - ** Enable Rust Nightly:** Kotars uses some nightly features to generate the binding for Gitnuro. Install nightly rust with
15
+ ` rustup toolchain install nightly ` and enable it as default with ` rustup default nightly ` .
13
16
- ** Perl:** Perl is required to build openssl (which is required for LibSSH to work).
14
17
- ** Packages for Linux ARM64/aarch64** : You need to install the ` aarch64-linux-gnu-gcc ` package to cross compile the
15
18
Rust components to ARM from x86_64. You will also need to use ` rustup ` to add a new
You can’t perform that action at this time.
0 commit comments