pdf2htmlEX/buildScripts/uploadGitHubReleaseMessage

36 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2020-06-06 11:53:21 +00:00
This is the most recent release of the pdf2htmlEX project.
2020-06-06 11:53:21 +00:00
We release three types of binary objects:
2020-06-06 11:53:21 +00:00
1. The file *.AppImage on this release page is an AppImage
2020-06-06 12:09:54 +00:00
You can download the AppImage, make it executable and then 'just run
it'.
2020-06-06 11:53:21 +00:00
See: https://appimage.org/ for details
2. The file *.deb is a Debian Archive
2020-06-06 12:09:54 +00:00
You can download the Debian Archive and install it locally using:
2020-06-06 11:53:21 +00:00
sudo apt install <<releativePathToDebFile>>
2020-06-06 12:09:54 +00:00
While the Debian archive is built on a specific Ubuntu release, it can
usually be used on any more recent Ubuntu releases.
3. You can alternatively get pdf2htmlEX Container images from Docker Hub in
2020-06-06 12:09:54 +00:00
either of the repositories:
2020-06-06 11:53:21 +00:00
pdf2htmlEX/pdf2htmlEX (offical release)
or
stephengaito/pdf2htmlEX (development releases)
2020-06-06 12:09:54 +00:00
We also release a zip archive of the browser test results in the
*-testResults.zip file.
2020-06-06 11:53:21 +00:00
2020-06-06 12:09:54 +00:00
Finally, the various *.txt and *buildInfo.sh files have well known
2020-06-06 11:53:21 +00:00
(unchanging) names which can be used by automatic scripts to identifiy the
2020-06-06 12:09:54 +00:00
current full names of the corresponding binary artifacts.