36 lines
454 B
Markdown
Raw Normal View History

2017-07-21 22:26:21 +08:00
### Deploy to PyPI
```
cd [ROOT]
sh build-tools/build-for-pypi.sh
```
### Build for Ubuntu
```
cd build-tools
sh run-in-container.sh
sh envsetup.sh
sh build-ubuntu-binary.sh
```
### Build for Windows
```
cd build-tools
sh run-in-container.sh
sh envsetup.sh
sh build-windows-binary.sh
```
2018-05-10 09:19:07 +07:00
### Build for macOS High Sierra
```
cd build-tools
./build-for-macos.sh
```
2017-07-21 22:26:21 +08:00
Note: If there are some problems, try to
```
sudo rm -rf virtual-wne venv_wine
```