2017-07-21 22:38:03 +08:00

31 lines
378 B
Markdown

### 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
```
Note: If there are some problems, try to
```
sudo rm -rf virtual-wne venv_wine
```