From fc2098781b3e9ceaf87462d61d3c231e93993e47 Mon Sep 17 00:00:00 2001 From: grizeldi Date: Sat, 28 Sep 2024 20:21:05 +0200 Subject: [PATCH] Added automatic cargo-kotars install command to documentation --- DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index aabf3c2..e841796 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -8,8 +8,8 @@ environment, please read [its documentation](https://www.rust-lang.org/). `cargo` and `rustc` must be available in the path in order to build Gitnuro properly. -- **cargo-kotars:** CLI tool for integrating Rust and Kotlin. Available in source form [here](https://github.com/JetpackDuba/kotars), - it needs to be compiled and placed somewhere in the path where Gradle will find it. +- **cargo-kotars:** A tool to run autogenerated bindings from Rust to Kotlin. You can install it using + `cargo install cargo-kotars --git https://github.com/JetpackDuba/kotars` - **Perl:** Perl is required to build openssl (which is required for LibSSH to work). - **Packages for Linux ARM64/aarch64**: You need to install the `aarch64-linux-gnu-gcc` package to cross compile the Rust components to ARM from x86_64. You will also need to use `rustup` to add a new