1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

minor corrections

This commit is contained in:
Stephen Gaito 2020-06-05 12:06:51 +01:00
parent d4c172d8ce
commit 49712c9ec2

View File

@ -137,13 +137,21 @@ Typically, most users, will run one of the following "top-level" scripts:
### Individual steps ### Individual steps
- **`buildFontforge`**: Compiles a *static* version of `libfontforge` for - **`buildFontforge`**: Compiles a *static* version of `libfontforge` for
use by `pdf2htmlEX`. use by `pdf2htmlEX`.
Statically linking `libfontforge` into `phd2htmlEX` ensures that any
versions of FontForge already installed by the user, are not broken by
the user's installation of `pdf2htmlEX`.
- **`buildPdf2htmlEX`**: Compiles and links `pdf2htmlEX`. - **`buildPdf2htmlEX`**: Compiles and links `pdf2htmlEX`.
- **`buildPoppler`**: Compiles a *static* version of `libpoppler` and - **`buildPoppler`**: Compiles a *static* version of `libpoppler` and
`libpopper-glib` for use by `pdf2htmlEX`. `libpopper-glib` for use by `pdf2htmlEX`.
Statically linking `libpoppler` and `libpoppler-glib` into `phd2htmlEX`
ensures that any versions of Poppler already installed by the user, are
not broken by the user's installation of `pdf2htmlEX`.
- **`createAppImage`**: Using an already compiled version of `pdf2htmlEX`, - **`createAppImage`**: Using an already compiled version of `pdf2htmlEX`,
installs it and `popper-data` into an AppImage. installs it and `popper-data` into an AppImage.