C-bindings for the Go Cwtch Library
https://cwtch.im
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/pr Build is passing
Details
|
2 years ago | |
---|---|---|
constants | 2 years ago | |
features | 2 years ago | |
utils | 2 years ago | |
.drone.yml | 2 years ago | |
.gitignore | 2 years ago | |
BUILDING_DEBUG.md | 2 years ago | |
LICENSE | 2 years ago | |
MEMORY.md | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
clangwrap.sh | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
lib.go | 2 years ago | |
quality.sh | 2 years ago | |
switch-ffi.sh | 2 years ago | |
switch-gomobile.sh | 2 years ago |
README.md
libcwtch-go
C-bindings for the Go Cwtch Library.
Build Instructions
make linux
make android
make windows
Experimental iOS support
make ios
Using
Linux Desktop:
LD_LIBRARY_PATH
set to point tolibCwtch.so
- or drop a symlink into
/usr/lib
Android
- copy
cwtch.aar
intoflutter_app/android/cwtch
Windows
- copy libCwtch.dll into the directory of the
.exe
using it