magic/appimage/README.md

25 lines
590 B
Markdown
Raw Normal View History

This is an AppImage that runs on all GNU/Linux platforms with:
* FUSE
* This excludes non-privileged Docker containers unfortunately, unless pre-extracted.
2022-04-30 17:37:25 +02:00
* GLIBC 2.17+
* Cairo 1.8+
2022-04-30 17:37:25 +02:00
That's most Linux distributions released in 2016 or later.
# Build Info
2022-04-30 17:37:25 +02:00
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`