Poppler (library for PDF viewing, forked off of xpdf and shared by gnome, kde 
and others, but the version available in nv is quite old) in CVSDude is now 
version 0.8.0. It uses cmake as build system, and took a few tweaks to get it 
to install properly in 32- and 64-bit versions. Basically, cmake has lines 
like

INSTALL(<target> BINARY bin LIBRARY lib)


which say that the binaries for that target go in $(PREFIX)/bin, for instance. 
I've patched it so it uses ${_bindir} which you need to pass in on the 
command line -- see configure.sh for that.

Reply via email to