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 fcc9d7148a
continuous-integration/drone/push Build is passing Details
Merge pull request 'Upgrade Cwtch' (#32) from cwtch-v1.11.1 into trunk
Reviewed-on: #32
2021-09-30 23:08:59 +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 filesharing (#28) 2021-09-30 17:21:36 +00: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 make clean libCwtch.dylib 2021-09-30 10:49:57 -07: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 11.2 2021-09-30 16:03:53 -07:00
go.sum Always use path/filepath 2021-09-30 16:05:12 -07:00
lib.go Always use path/filepath 2021-09-30 16:05:12 -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