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