Browse Source

Update README.md

pull/6/head
joeydarko 4 years ago committed by GitHub
parent
commit
84d2fbb04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -26,9 +26,11 @@ ESSE, stands for Encrypted Symmetrical Session Engine, positioned as an engine. @@ -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`

Loading…
Cancel
Save