[scribus-dev] compiling with poppler

Petr Vanek petr at scribus.info
Wed Aug 3 18:24:47 UTC 2011


On Aug 3, 2011 (Wednesday), at 4:11 PM, a.l.e wrote:

> hi
> 
> i'm trying to compile scribus with the dev version of poppler...
> 
> in ~/docs/bin/poppler i have:
> 
> bin
> include
> lib
> share
> 
> ... how can i tell cmake to use this version of poppler?

try this:
 -DCMAKE_LIBRARY_PATH=${prefix}/lib -DCMAKE_INCLUDE_PATH=${prefix}/include

it should append these paths to standard paths for FindFoo modules. It should but you have to test it ;)

p.




More information about the scribus-dev mailing list