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