From 689ce8ee2f578068924a945f6d90aa344ac7364e Mon Sep 17 00:00:00 2001 From: Nhan Cao Date: Thu, 10 May 2018 09:19:07 +0700 Subject: [PATCH] update readme for build on macOS --- build-tools/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build-tools/README.md b/build-tools/README.md index 4df60842..9fdf1fcc 100644 --- a/build-tools/README.md +++ b/build-tools/README.md @@ -5,7 +5,6 @@ cd [ROOT] sh build-tools/build-for-pypi.sh ``` - ### Build for Ubuntu ``` @@ -24,6 +23,13 @@ sh envsetup.sh sh build-windows-binary.sh ``` +### Build for macOS High Sierra +``` +cd build-tools +chmod +x ./build-for-macos.sh +./build-for-macos.sh +``` + Note: If there are some problems, try to ``` sudo rm -rf virtual-wne venv_wine