Arch Linux

Arch User Repository (AUR)

Tizonia is installable on Arch Linux with package descriptions available for download from the Arch User Repository

Arch Linux

AUR Packages

To install Tizonia on an Arch-compatible system, do like this:

    # Please note that if you are upgrading your existing
    # Tizonia installation, you *need* to uninstall it before installing a new version.
    # See GitHub issue https://github.com/tizonia/tizonia-openmax-il/issues/485

    # For the latest stable release
    $ git clone https://aur.archlinux.org/tizonia-all.git
    $ cd tizonia-all
    $ makepkg -si

    # or for the bleeding edge
    $ git clone https://aur.archlinux.org/tizonia-all-git.git
    $ cd tizonia-all
    $ makepkg -si