diff options
author | Konrad J Hambrick <kjhambrick@gmail.com> | 2018-03-04 17:05:17 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:52:24 -0500 |
commit | b29d32bd87f0300bff2aa500bb4648cc970e9577 (patch) | |
tree | 4376699ccca12b2818ab691ddcd4e41ea8b72f94 /office/pdftk/README | |
parent | 7b44ef316c334ee2b2691b138b4b8e47b361a3c5 (diff) |
office/pdftk: Switch using gcc5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/pdftk/README')
-rw-r--r-- | office/pdftk/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/office/pdftk/README b/office/pdftk/README index c84c0b6589d78..6f0d6399e0aaa 100644 --- a/office/pdftk/README +++ b/office/pdftk/README @@ -4,3 +4,10 @@ command-line tool for doing everyday things with PDF documents. Keep one in the top drawer of your desktop and use it to merge PDF documents, split PDF documents, apply watermarks, repair corrupt PDF, update PDF metadata, and more. pdftk does not require Acrobat and is free software. + +NOTE: Starting with Slackware 15.0 pdftk compilation requires SBo gcc-5 +because gcc-java was dropped from the GNU Compiler Collection as of gcc-7: +don't forget to source /etc/profile.d/gcc5.sh before starting to build +this, like + + . /etc/profile.d/gcc5.sh |