update readme
This commit is contained in:
15
README.md
15
README.md
@@ -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
|
||||||
|
$ make release-$platform
|
||||||
|
|
||||||
# build apk for android
|
# example:
|
||||||
$ make release-android
|
$ make windows-libs
|
||||||
|
$ make windows-release
|
||||||
# build windows executable
|
|
||||||
$ flutter_distributor package --platform windows --targets exe
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user