diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:31:02 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:31:02 +0200 |
commit | c79338097722e389fc1149881eddeab6f110eab5 (patch) | |
tree | 34cd84bd9aeca43b371bb94355cb747ed7863e23 /libraries/podofo/README | |
parent | 5109825b1d87a3a39766919f5f8f6af800f019f2 (diff) | |
download | slackbuilds-c79338097722e389fc1149881eddeab6f110eab5.tar.gz |
libraries/podofo: Added to 12.2 repository
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 |