You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleOCR/PPOCRLabel/build-tools
Leif 0fe693575f
Add an annotation tool PPOCRLabel
5 years ago
..
.gitignore Add an annotation tool PPOCRLabel 5 years ago
README.md Add an annotation tool PPOCRLabel 5 years ago
build-for-macos.sh Add an annotation tool PPOCRLabel 5 years ago
build-for-pypi.sh Add an annotation tool PPOCRLabel 5 years ago
build-ubuntu-binary.sh Add an annotation tool PPOCRLabel 5 years ago
build-windows-binary.sh Add an annotation tool PPOCRLabel 5 years ago
envsetup.sh Add an annotation tool PPOCRLabel 5 years ago
run-in-container.sh Add an annotation tool PPOCRLabel 5 years ago

README.md

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