C-bindings for the Go Cwtch Library https://cwtch.im
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.
Go to file
Dan Ballard f6fec4082a
continuous-integration/drone/push Build is passing Details
Merge pull request 'Upgrade Cwtch to v.0.10.0' (#25) from upgrade into trunk
Reviewed-on: #25
2021-08-30 22:02:03 +00:00
constants Distinguish between deletion and archiving 2021-08-27 13:38:26 -07:00
features move package and imports from flutter to cwtch.im reflecting actual package and home now 2021-08-05 16:29:20 -07:00
utils Enable Contact Attribute Event Updates 2021-08-27 13:56:46 -07:00
.drone.yml new buildifles host 2021-08-06 14:48:53 -07:00
.gitignore macos uses .dylib 2021-08-28 18:25:50 -04:00
BUILDING_DEBUG.md Fresh Repository Commit - Cwtch Beta 2021-06-24 15:30:46 -07:00
LICENSE mit license 2021-06-25 15:13:06 -07:00
MEMORY.md Clarify Memory Ownership Model of libCwtch and Callers 2021-08-24 22:04:38 -07:00
Makefile macos uses .dylib 2021-08-28 18:25:50 -04:00
README.md experimental ios comments and notes 2021-08-06 14:38:26 -07:00
clangwrap.sh Build ios 2021-08-05 22:49:17 -07:00
go.mod Upgrade Cwtch to v.0.10.0 2021-08-30 11:22:51 -07:00
go.sum Upgrade Cwtch to v.0.10.0 2021-08-30 11:22:51 -07:00
lib.go turn off color logging on android as it's usually accessed over ADB (issue #14) 2021-08-27 22:55:16 -07:00
quality.sh Fresh Repository Commit - Cwtch Beta 2021-06-24 15:30:46 -07:00
switch-ffi.sh switch swtich-*.sh back to sed now with -i.bak and rm lib.go.bak for compatibility with macos 2021-08-09 19:46:37 -04:00
switch-gomobile.sh switch swtich-*.sh back to sed now with -i.bak and rm lib.go.bak for compatibility with macos 2021-08-09 19:46:37 -04:00

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 to libCwtch.so
  • or drop a symlink into /usr/lib

Android

  • copy cwtch.aar into flutter_app/android/cwtch

Windows

  • copy libCwtch.dll into the directory of the .exe using it