From 9cd9c38341be7b3293709cd4ec607220b29fa675 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Sun, 6 Feb 2022 04:02:26 +0800 Subject: [PATCH] add the doc of local build --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cd2e677e..dae31c1f 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,13 @@ To display process name in GUI please use [Dashboard For Meta](https://github.co ## Development +Build the Clash.Meta locally +```shell +$ git clone https://github.com/MetaCubeX/Clash.Meta.git +$ cd Clash.Meta +$ make # build for all platform or 'make darwin-amd64' for specific platform, darwin-amd64 +``` + If you want to build an application that uses clash as a library, check out the the [GitHub Wiki](https://github.com/Dreamacro/clash/wiki/use-clash-as-a-library)