git-subtree-dir: labelImg git-subtree-mainline: dbe80aca780253f6ee1e5a2f8686407ca179e921 git-subtree-split: b33f965b6d14c14f1e46b247f1bf346e03f2e950
36 lines
454 B
Markdown
36 lines
454 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
|
|
```
|
|
|
|
### Build for macOS High Sierra
|
|
```
|
|
cd build-tools
|
|
./build-for-macos.sh
|
|
```
|
|
|
|
Note: If there are some problems, try to
|
|
```
|
|
sudo rm -rf virtual-wne venv_wine
|
|
```
|