LondonX / clash_flt2

Clash for Flutter running on Android / iOS / Mac OS / Windows
Other
14 stars 8 forks source link

How to build libclash.so & hev-socks5-tunnel.so #6

Closed hiFrankYoung closed 1 month ago

hiFrankYoung commented 1 month ago

Hello, Could u give some guides of building these .so files

hiFrankYoung commented 1 month ago

I find libclash build method.

And how to build libhev-socks5-tunnel.so?

LondonX commented 1 month ago

Sure for building libclash

cd fclash
./build_libclash

and for build libhev-socks5-tunnel, you may clone this repo , and run ndk-build in hev-socks5-tunnel dir.

Make sure you have golang and NDK environment installed.