mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
ensure important buildScripts have set ev
This commit is contained in:
parent
aaf512d418
commit
f1828789f6
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
# This bash script build FontForge
|
||||
|
||||
source buildScripts/reSourceVersionEnvs
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
# This bash script builds pdf2htmlEX
|
||||
|
||||
echo ""
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
# This bash script builds the latest poppler
|
||||
|
||||
echo ""
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
# This bash script automates getting the required build tools (apt install)
|
||||
|
||||
# set the bash environment variable 'UNATTENDED' to '--assume-yes' for
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
# This bash script automates getting the required build tools (brew install)
|
||||
|
||||
echo ""
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
# This bash script automates getting the development libraries required to
|
||||
# build poppler and fontforge
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
# This bash script automates getting the development libraries required to
|
||||
# build poppler and fontforge (using Home/Linux Brew)
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
# This bash script gets and unpacks the latest fontforge AppImage
|
||||
|
||||
source buildScripts/reSourceVersionEnvs
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
# This bash script gets and unpacks the latest Poppler source code
|
||||
|
||||
source buildScripts/reSourceVersionEnvs
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
echo ""
|
||||
echo "-------------------------------------------------------------------"
|
||||
echo "INSTALLING FontForge locally"
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
echo ""
|
||||
echo "-------------------------------------------------------------------"
|
||||
echo "INSTALLING pdf2htmlEX locally"
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
|
||||
# This bash script installs Poppler into the local system
|
||||
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user