[poppler] Generating a CMakeLists.txt for only one \utils\ project?

Maciej Mrozowski reavertm at gmail.com
Wed Oct 19 12:17:13 PDT 2011


On Wednesday 19 of October 2011 16:22:12 Alec Taylor wrote:
> I'm working on a project to extend the functionality of the pdftohtml
> utility.
> 
> I don't want the people who I'm presenting this to to have any
> difficulty in accessing it. Also, currently there are MANY [32] warns,
> and a bunch of unneeded stuff compiled and viewable each time I code
> the project...
> 
> You see I'm temporarily forking the project whilst I add some
> functionality, then I'll link it back with the poppler project.
> 
> But for now, I want something which compiles, but all I'll need to up
> to my repo are pdftohtml files and a CMakeLists.txt.
> 
> Can you help me get this working?

cd ${poppler-src}
mkdir build && cd build
cmake ../
cd utils
make pdftohtml

(or just make to build all utils)
-- 
regards
MM
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/poppler/attachments/20111019/6d67ba0a/attachment.pgp>


More information about the poppler mailing list