From a37bb7e619add32e647beee1afeb0378bf48d84c Mon Sep 17 00:00:00 2001 From: lymanjre <125398461+lymanjre@users.noreply.github.com> Date: Sat, 7 Oct 2023 15:20:09 +0330 Subject: [PATCH] Update README.md --- README.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/README.md b/README.md index fa009bcb..bc4d98aa 100644 --- a/README.md +++ b/README.md @@ -60,34 +60,7 @@ For latest releases (including pre-releases), visit [releases page](https://gith - macOS (v10.14+): [Universal (x64, M series)](https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-macos-universal.dmg) -## Build from source - -Hiddify Next relies on [core library](https://github.com/hiddify/hiddify-next-core) made with GO. if you're interested in building/contributing to that as well follow instructions there. - -### requirements: - -- Flutter v3.13+ -- Make -- Android SDK - -This project uses [flutter_distributor](https://github.com/leanflutter/flutter_distributor) for packaging. - -```shell -# fetch dependencies and build generated files -$ make get translate gen - -# fetch geo assets -$ make get-geo-assets - -for platform in [windows linux macos android]: - # fetch native libraries for respective platforms, follow core lib instructions for building - $ make $platform-libs - $ make release-$platform - -# example: - $ make windows-libs - $ make windows-release -``` +- Build from source: [Read contribute guide here](contribute.md) ## Acknowledgements