Skip to content
stephengaito edited this page Jun 27, 2020 · 3 revisions

Download and Run

The most recent releases have AppImages built on a range of recent Ubuntu releases.

An AppImage is a self contained collection of an executable (such as pdf2htmlEX) and any non-standard libraries that it depends upon.

This means that an AppImage should be able to be run on most modern GNU/Linux distributions. Simply:

  1. Download the *.AppImage file from our releases page.
  2. Make the downloaded image executable using the file browser or the chmod a+x in the command line.
  3. Run it...

Our AppImages are known to work on Ubuntu, and recent Windows 10 (with 'Windows Subsystem for Linux').

Unfortunately our AppImages are unlikely to run on the MacOSX platforms (since MacOSX can not work with the FUSE subsystem).

Configuration

While an AppImage contains its own copies of any non-standard shared libraries, it does depend upon any local configuration found in your /etc directories.

In particular, our AppImage will use your Fontconfig, and iconv configuration.

Dependencies

On Ubuntu releases (bionic, eoan, and focal), the following packages are needed for a full installation (principally for their associated configuration):

sudo apt -y install libfontconfig1
sudo apt -y install libglib2.0-0
sudo apt -y install libxcb1
sudo apt -y install libx11-6