update readme

This commit is contained in:
Hiddify
2023-08-22 08:00:18 +00:00
parent 03ae15010a
commit 52d7346704

View File

@@ -22,17 +22,18 @@
# fetch dependencies and build generated files
$ make get gen
# build clash native library for all supported platforms and architectures
$ make android-libs windows-libs
# build apk for android
$ make release-android
# build windows executable
$ flutter_distributor package --platform windows --targets exe
for platform in [windows linux macos android]:
# build native library
$ make $platform-libs windows-libs
$ make release-$platform
# example:
$ make windows-libs
$ make windows-release
```
## Acknowledgements
- [Singbox](https://github.com/SagerNet/sing-box)
- [Clash](https://github.com/Dreamacro/clash)
- [Clash Meta](https://github.com/MetaCubeX/Clash.Meta)
- [FClash](https://github.com/Fclash/Fclash)