mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
chore: add readme.md
This commit is contained in:
parent
95309db710
commit
c56d5327da
1 changed files with 9 additions and 0 deletions
9
crates/loro-ffi/README.md
Normal file
9
crates/loro-ffi/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# loro-ffi
|
||||
|
||||
- `cargo build --release`
|
||||
- move `libloro.a` to directory `examples/cpp`
|
||||
- run
|
||||
|
||||
```bash
|
||||
g++ loro.cpp -Bstatic -framework Security -L. -lloro -o loro
|
||||
```
|
Loading…
Reference in a new issue