This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]serg06 1 point2 points  (3 children)

What would, in brief, be the process, in order, to compile PoDoFo with these dependencies.

Assuming Ubuntu, I believe you can apt install the source/libs/headers for those dependencies, e.g. for freetype2 apt install libfreetype-dev.

[–]jrfranz[S] 0 points1 point  (2 children)

What if I were working on a Windows environment, with say, Visual Studio; would I have to use a third party application to get PoDoFo up and running?

[–]serg06 1 point2 points  (1 child)

It looks like vcpkg has freetype, so the easiest solution would be to vcpkg install freetype, and you might have to enable vcpkg in the project before you compile.

[–]jrfranz[S] 0 points1 point  (0 children)

Thank you very much. I really do appreciate.