mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1736464 - Download leptonica from github. r=taskgraph-reviewers,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D128810
This commit is contained in:
parent
b2c5b35686
commit
24f22b2566
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user