update readme for build on macOS
This commit is contained in:
parent
1a77b788d1
commit
689ce8ee2f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user