Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Expanded on the EL8/Fedora issue in doc/userman/README.md |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
740fcaf6c46f2595e9682199f8a23277 |
User & Date: | tangent 2019-09-26 23:31:28.569 |
Context
2020-02-27
| ||
20:21 | Added doc/html/refman/*.js to the disttree: Doxygen now uses it. check-in: 2ee9eb239d user: tangent tags: trunk | |
2019-09-26
| ||
23:31 | Expanded on the EL8/Fedora issue in doc/userman/README.md check-in: 740fcaf6c4 user: tangent tags: trunk | |
23:20 | Typo fixes and CentOS accommodation in doc/userman/README.md check-in: c47d13141a user: tangent tags: trunk | |
Changes
Changes to doc/userman/README.md.
︙ | ︙ | |||
74 75 76 77 78 79 80 | Failing all that, `fo2pdf` falls back to the only free-as-in-liberty XSL-FO formatter, [Apache FOP][5]. FOP may be available through your OS's package system. For instance, with Debian type OSes, you can just say $ sudo apt install fop | | > > > > > | 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | Failing all that, `fo2pdf` falls back to the only free-as-in-liberty XSL-FO formatter, [Apache FOP][5]. FOP may be available through your OS's package system. For instance, with Debian type OSes, you can just say $ sudo apt install fop and on RHEL/CentOS through version 7: $ sudo yum install fop That command also works in Fedora as of this writing. Since `fop` hasn’t been removed from Fedora, I suspect this package is moving to EPEL for use in EL8, and it just waiting for someone to get around to doing the port. Meanwhile, rebuilding Fedora’s package on your OS should work. If FOP is not in your OS's package system, you can download pre-built binaries from the FOP web site that will run with the version of Java that almost certainly is available with your OS's package system. You might be wondering why `fo2pdf` looks for FOP last, given that |
︙ | ︙ |