From 84d2fbb04e78f98066baaba157cf629559702123 Mon Sep 17 00:00:00 2001 From: joeydarko <38281086+joeydarko@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:40:03 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 802d712..ad673ff 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,11 @@ ESSE, stands for Encrypted Symmetrical Session Engine, positioned as an engine. - Rust (Nightly Version) - Flutter (Master channel) +#### 2.2. Compile Rust code to dynamic link library (FFI) +##### 2.2.1. Auto-compile script It is recommended to use [rust.sh](./rust.sh) to auto-compile the Rust code -#### 2.2. Compile Rust code to dynamic link library (FFI) +##### 2.2.2. Manually compile ##### Linux / MacOS / Windows - `cargo build --release`