first commit

This commit is contained in:
2024-04-20 01:34:38 +02:00
commit 5c66121f0e
5 changed files with 113 additions and 0 deletions

16
README.install.stretch Normal file
View File

@ -0,0 +1,16 @@
# - Download Debian package from:
# - https://wkhtmltopdf.org/downloads.html
# -
mkdir -p /usr/local/src/wkhtmltox
cd /usr/local/src/wkhtmltox
wget -O /usr/local/src/wkhtmltox/wkhtmltox_0.12.5-1.stretch_amd64.deb \
https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb
# - Install dependency package
# -
apt install ca-certificates fontconfig libc6 libfreetype6 libjpeg62-turbo libpng16-16 libssl1.1 libstdc++6 libx11-6 libxcb1 libxext6 libxrender1 xfonts-75dpi xfonts-base zlib1g
# - Install wkhtmltopdf wkhtmltox
# -
dpkg -i /usr/local/src/wkhtmltox/wkhtmltox_0.12.5-1.stretch_amd64.deb