update readme for build on macOS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user