wkhtmltopdf / packaging

Packaging of wkhtmltopdf releases
https://wkhtmltopdf.org/downloads.html#stable
305 stars 138 forks source link

Qt not included? #80

Closed RoelVdP closed 3 years ago

RoelVdP commented 3 years ago

ubuntu:~/wkhtmltopdf/packaging$ python build package-docker --clean focal-arm64 "/home/roel/wkhtmltopdf/" Qt not present in wkhtmltopdf source: /home/roel/wkhtmltopdf/

RoelVdP commented 3 years ago

Solved my own issue. I would propose making the build instructions clearer, something along the lines of (this works for me):

sudo apt install python-yaml p7zip-full python docker.io
git clone --depth=1 https://github.com/wkhtmltopdf/wkhtmltopdf.git
cd wkhtmltopdf
git clone --depth=1 https://github.com/qt/qtbase.git qt
git clone --depth=1 https://github.com/wkhtmltopdf/packaging.git
cd build
sudo python build package-docker --clean focal-arm64 "${PWD}/../"
RoelVdP commented 3 years ago

Hmm now I get Could not detect experimental: true in docker daemon, aborting.

ashkulz commented 3 years ago

Yeah, you need to set the flag to get the multi-arch support working. Would appreciate a PR with updated docs, as it all seems obvious to me but probably not to someone else 🤷‍♂️