mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
18 lines
353 B
Bash
18 lines
353 B
Bash
#!/bin/bash
|
|
|
|
# This bash script exports environment variables for the latest software
|
|
# versions
|
|
|
|
#export POPPLER_VERSION=poppler-0.82.0
|
|
export POPPLER_VERSION=poppler-0.81.0
|
|
|
|
#export FONTFORGE_VERSION=20190801
|
|
export FONTFORGE_VERSION=20170731
|
|
|
|
export PDF2HTMLEX_VERSION=newBuildSystem
|
|
|
|
export MACHINE_ARCH=`uname -m`
|
|
|
|
export DOCKER_FROM=ubuntu:18.04
|
|
|