libcwtch-go/README.md

19 lines
293 B
Markdown
Raw Normal View History

2021-06-24 23:06:24 +00:00
# libcwtch-go
C-bindings for the Go Cwtch Library.
2021-06-24 22:30:46 +00:00
# Build Instructions...
make linux
make android
# Using
## Linux Desktop:
- `LD_LIBRARY_PATH` set to point to `libCwtch.so`
- or drop a symlink into `/usr/lib`
## Android
- copy `cwtch.aar` into `flutter_app/android/cwtch`