2019-11-22 12:08:20 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# This bash script builds the complete pdf2htmlEX application LOCALLY
|
|
|
|
# (It does not create the AppImage or Docker images)
|
|
|
|
|
|
|
|
export UNATTENDED=--assume-yes
|
|
|
|
|
2019-11-22 12:20:08 +00:00
|
|
|
./buildScripts/getBuildTools
|
2019-11-22 12:08:20 +00:00
|
|
|
|
2019-11-22 12:20:08 +00:00
|
|
|
./buildScripts/getDevLibraries
|
2019-11-22 12:08:20 +00:00
|
|
|
|
2019-11-22 12:20:08 +00:00
|
|
|
./buildScripts/getPoppler
|
2019-11-22 12:08:20 +00:00
|
|
|
|
2019-11-22 12:20:08 +00:00
|
|
|
./buildScripts/buildPoppler
|
2019-11-22 12:08:20 +00:00
|
|
|
|
2019-11-22 12:20:08 +00:00
|
|
|
./buildScripts/installPoppler
|
2019-11-22 12:08:20 +00:00
|
|
|
|
2019-11-22 12:27:33 +00:00
|
|
|
./buildScripts/getFontforge
|
2019-11-22 12:08:20 +00:00
|
|
|
|
2019-11-22 12:27:33 +00:00
|
|
|
./buildScripts/buildFontforge
|
2019-11-22 12:08:20 +00:00
|
|
|
|
2019-11-22 12:27:33 +00:00
|
|
|
./buildScripts/installFontforge
|
2019-11-22 12:08:20 +00:00
|
|
|
|
2019-11-22 12:20:08 +00:00
|
|
|
./buildScripts/buildPdf2htmlEX
|
2019-11-22 12:08:20 +00:00
|
|
|
|
2019-11-22 12:20:08 +00:00
|
|
|
./buildScripts/installPdf2htmlEX
|