pdfpc icon indicating copy to clipboard operation
pdfpc copied to clipboard

List build dependencies

Open abrock opened this issue 11 years ago • 2 comments

You could list the names of the packages needed for compiling. For Debian testing:

libgee-dev libpoppler-glib-dev librsvg2-dev libgtkmm-2.4-dev

List might be incomplete, these were missing on my system.

abrock avatar Oct 13 '13 13:10 abrock

I would agree to this. On Fedora 19 I had to install a load of different packages (the ones i remember now are): gstreamer-plugins-base-devel libgee06-devel gstreamer-plugins-good-devel poppler-glib-devel

paalge avatar Oct 15 '13 13:10 paalge

On Fedora 21, to build from github, one needs the packages @paalge has listed, plus: cmake gcc vala-compat (see #88) gtk2-devel librsvg2-devel

woutersj avatar Feb 01 '15 14:02 woutersj