Skip to content

Commit 5024e31

Browse files
authored
added instructions for fake libpoppler-dev
add instructions for creating and installing the fake libpoppler-dev required to create a new debian package
1 parent 67c74a4 commit 5024e31

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/NewPopplerRelease.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,15 @@ ansible playbook, log into your server via ssh and then type:
199199

200200
./dobuildPoppler
201201
./doinstallPoppler
202+
203+
equivs-build libpoppler-dev
204+
sudo apt install ./libpoppler-dev_1.0_all.deb
205+
202206
cd pdf2html
203207
./build_dist.py
204208

205-
This will ask you to fill in the changeslog file using an editor of your
206-
choice. It will then go on and build the Debian package.
209+
The `build_dist.py` script will ask you to fill in the changeslog file
210+
using an editor of your choice. It will then go on and build the Debian package.
207211

208212
You can use the `getDeb0 <<debian package file name>>` command to pull
209213
the debian package archive back to your working machine putting it in the

0 commit comments

Comments
 (0)