Bug 1736464 - Download leptonica from github. r=taskgraph-reviewers,jmaher

Differential Revision: https://phabricator.services.mozilla.com/D128810
This commit is contained in:
Mike Hommey 2021-10-19 02:01:34 +00:00
parent b2c5b35686
commit 24f22b2566

View File

@ -50,7 +50,7 @@ python3.7 -m pip install psutil
mkdir -p /setup
cd /setup
wget http://www.leptonica.org/source/leptonica-1.76.0.tar.gz
wget https://github.com/DanBloomberg/leptonica/releases/download/1.76.0/leptonica-1.76.0.tar.gz
tar xopf leptonica-1.76.0.tar.gz
cd leptonica-1.76.0
./configure && make && make install