This repository has been archived on 2023-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
libcwtch-go/README.md

27 lines
424 B
Markdown
Raw Normal View History

2021-06-24 23:06:24 +00:00
# libcwtch-go
C-bindings for the Go Cwtch Library.
2021-08-06 21:38:26 +00:00
# Build Instructions
2021-06-24 22:30:46 +00:00
make linux
make android
2021-08-06 21:38:26 +00:00
make windows
## Experimental iOS support
make ios
2021-06-24 22:30:46 +00:00
# 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`
2021-08-06 21:38:26 +00:00
## Windows
- copy libCwtch.dll into the directory of the `.exe` using it