magic/appimage
Darryl L. Miles 015f03307a appimage/Dockerfile: fix CentOS7 based docker build due to EOL
CentOS7 went EOL on June 30, 2024 this builds out of vault.centos.org
2024-10-09 20:40:28 -04:00
..
rsc Add AppImage Building Capabilities 2022-05-03 08:28:53 -04:00
.gitignore Add AppImage Building Capabilities 2022-05-03 08:28:53 -04:00
Dockerfile appimage/Dockerfile: fix CentOS7 based docker build due to EOL 2024-10-09 20:40:28 -04:00
Makefile Makefile cleanup, dockerignore 2022-05-03 08:28:53 -04:00
README.md Update to CentOS 7, Add AppImage CI 2022-05-03 08:28:53 -04:00

README.md

This is an AppImage that runs on all GNU/Linux platforms with:

  • FUSE
    • This excludes non-privileged Docker containers unfortunately, unless pre-extracted.
  • GLIBC 2.17+
  • Cairo 1.8+

That's most Linux distributions released in 2016 or later.

Build Info

A Dockerfile on CentOS 7 (needed for older glibc) image builds Tcl, Tk and Magic.

The final build is then packaged into an AppImage using AppImageTool on the host machine.

Building Requirements

  • A reasonably recent GNU/Linux host
  • Docker 20+
  • curl

Build Instructions

make

Installation Instructions

make install