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 41ae09d763
continuous-integration/drone/push Build is passing Details
Merge pull request 'Upgrade Cwtch to v0.9.2' (#13) from bugfix into trunk
Reviewed-on: #13
Reviewed-by: Dan Ballard <dan@openprivacy.ca>
2021-07-08 13:20:30 -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 Extract getTimeline into PeerHandler 2021-07-07 08:26:47 -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 Add windows to phony targets 2021-06-26 19:29:33 -04:00
README.md README Update 2021-06-24 16:06:42 -07:00
go.mod Upgrade Cwtch to v0.9.2 2021-07-08 13:14:55 -07:00
go.sum Upgrade Cwtch to v0.9.2 2021-07-08 13:14:55 -07:00
lib.go Upgrade Cwtch to v0.9.2 2021-07-08 13:14:55 -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