mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 12:40:08 +00:00
added apt based get scripts
This commit is contained in:
parent
4a6f578e55
commit
4a29b8bc15
15
buildScripts/getBuildTools
Normal file
15
buildScripts/getBuildTools
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This bash script automates getting the required build tools (apt install)
|
||||
|
||||
sudo apt install \
|
||||
aptitude \
|
||||
git \
|
||||
pkg-config \
|
||||
ruby \
|
||||
cmake \
|
||||
make \
|
||||
gcc \
|
||||
g++ \
|
||||
tree
|
||||
|
14
buildScripts/getDevLibraries
Normal file
14
buildScripts/getDevLibraries
Normal file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This bash script automates the getting of the development libraries
|
||||
# required to build poppler and fontforge
|
||||
|
||||
sudo apt install \
|
||||
libcairo-dev \
|
||||
libspiro-dev \
|
||||
libpng-dev \
|
||||
libjpeg-dev \
|
||||
poppler-data \
|
||||
libpango1.0-dev \
|
||||
liblcms2-dev
|
||||
|
Loading…
Reference in New Issue
Block a user