NekoX/TMessagesProj/libs
世界 b09b03dd4b
Update binaries
2020-06-05 10:42:02 +08:00
..
README.md 喵 ~ 2020-03-27 10:21:20 +08:00
libv2ray.aar Update binaries 2020-06-05 10:42:02 +08:00
relaybaton-release.aar Add relaybaton support 2020-06-01 15:49:15 +08:00
ss-rust-release.aar Update ss-rust binary 2020-05-16 09:57:21 +08:00
ssr-libev-release.aar (? ... !~ 2020-03-26 21:40:56 +08:00

README.md

Pre-compiled binary libraries.

About foss compilation, please refer to here

libv2ray.aar

# bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
# gvm install go1.13
# gvm use go1.13

go get -u github.com/golang/protobuf/protoc-gen-go
go get -v golang.org/x/mobile/cmd/...
go get -v go.starlark.net/starlark
go get -v github.com/refraction-networking/utls
go get -v github.com/gorilla/websocket
go get -v -insecure v2ray.com/core
go get github.com/2dust/AndroidLibV2rayLite

gomobile init
env GO111MODULE=off gomobile bind -v -ldflags='-s -w' github.com/2dust/AndroidLibV2rayLite

ss-libev-release.aar

./gradlew ss-libev:assembleRelease

ssr-libev-release.aar

./gradlew ssr-libev:assembleRelease