A Dimecres, 16 de juny de 2010, Christian Feuersaenger va escriure: > Hello, > > I am working on the developer version of libpoppler and I am wondering > how to link the resulting library against any of the final viewer > applications. > > As far as I know, evince and okular both rely on libpoppler. > > Is there a (simple) way to make them use the developer-version compiled > library at runtime?
If the system version has the same soversion than the one you are compiling (that is the same libpoppler.so.number) then changing LD_LIBRARY_PATH should be enough, if that's not the case you will probably need to recompile your application. On the other hand we have demo and tests applications inside poppler so you shouldn't really need to recompile okular/evince to test your changes. Albert > > Best regards > > Christian > _______________________________________________ > poppler mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/poppler _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
