C-bindings for the Go Cwtch Library
Go to file
Sarah Jamie Lewis 3c465050d8 Merge pull request 'mit license' (#5) from license into trunk
Reviewed-on: cwtch.im/libcwtch-go#5
Reviewed-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
2021-06-25 15:21:20 -07:00
constants Fresh Repository Commit - Cwtch Beta 2021-06-24 15:30:46 -07:00
features Fresh Repository Commit - Cwtch Beta 2021-06-24 15:30:46 -07:00
utils prune logging 2021-06-24 22:24:10 -07:00
.drone.yml drone when update to lock to new repo 2021-06-24 15:47:48 -07:00
.gitignore Fresh Repository Commit - Cwtch Beta 2021-06-24 15:30:46 -07: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
Makefile Fresh Repository Commit - Cwtch Beta 2021-06-24 15:30:46 -07:00
README.md README Update 2021-06-24 16:06:42 -07:00
go.mod Start properly report ACN error, connectivity version bump 2021-06-25 09:33:48 -07:00
go.sum Start properly report ACN error, connectivity version bump 2021-06-25 09:33:48 -07:00
lib.go Start properly report ACN error, connectivity version bump 2021-06-25 09:33:48 -07:00
quality.sh Fresh Repository Commit - Cwtch Beta 2021-06-24 15:30:46 -07:00
switch-ffi.sh Fresh Repository Commit - Cwtch Beta 2021-06-24 15:30:46 -07:00
switch-gomobile.sh Fresh Repository Commit - Cwtch Beta 2021-06-24 15:30:46 -07:00

README.md

libcwtch-go

C-bindings for the Go Cwtch Library.

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