mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
Make sure that required packages are installed for build of Windows installer
The build process needs the packages curl, python3-venv and unzip which are missing in the Docker image for Ubuntu. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
708621a2ab
commit
4bd94c6147
@ -28,10 +28,10 @@ PKG_ARCH=mingw-w64-${ARCH/_/-}
|
||||
# Install packages.
|
||||
sudo apt-get update --quiet
|
||||
sudo apt-get install --assume-yes --no-install-recommends --quiet \
|
||||
asciidoc xsltproc docbook-xml docbook-xsl \
|
||||
asciidoc curl xsltproc docbook-xml docbook-xsl \
|
||||
automake dpkg-dev libtool pkg-config default-jdk-headless \
|
||||
mingw-w64-tools nsis g++-"$PKG_ARCH" \
|
||||
makepkg pacman-package-manager
|
||||
makepkg pacman-package-manager python3-venv unzip
|
||||
|
||||
# Configure pacman.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user