diff --git a/Makefile b/Makefile index e6fb01d..131e1e3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ IOS_OUT := ./ios -.PHONY: all linux android windows clean +.PHONY: all linux android windows clean ios DEFAULT_GOAL: linux @@ -27,6 +27,8 @@ libCwtch.dll: lib.go clean: rm -f cwtch.aar cwtch_go.apk libCwtch.h libCwtch.so cwtch-sources.jar libCwtch.dll +# iOS - for testing purposes only for now, not officially supported + ios-arm64: CGO_ENABLED=1 \ GOOS=darwin \ diff --git a/README.md b/README.md index 8fb7bc7..f2f4c80 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ C-bindings for the Go Cwtch Library. -# Build Instructions... +# Build Instructions make linux make android + make windows + +## Experimental iOS support + make ios # Using @@ -16,3 +20,7 @@ C-bindings for the Go Cwtch Library. ## Android - copy `cwtch.aar` into `flutter_app/android/cwtch` + +## Windows + +- copy libCwtch.dll into the directory of the `.exe` using it