diff options
Diffstat (limited to 'libraries/podofo/README')
-rw-r--r-- | libraries/podofo/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/podofo/README b/libraries/podofo/README new file mode 100644 index 0000000000..5b9d6dcb99 --- /dev/null +++ b/libraries/podofo/README @@ -0,0 +1,7 @@ +The PoDoFo library is a free, portable C++ library. It can +parse existing PDF files and create new ones from scratch. + +Optional build requirements: boost, cppunit, and lua. + +To enable boost support pass HAVE_BOOST=yes to the build script: + HAVE_BOOST=yes ./podofo.SlackBuild |