-
Notifications
You must be signed in to change notification settings - Fork 79
Installation
Nitroretro edited this page Apr 27, 2020
·
2 revisions
The preferred method to install maim is through your package manager. Note that maim depends on slop. Install it first.
- Arch Linux:
community/maim
- Debian:
maim
- Void Linux:
maim
- FreeBSD:
graphics/maim
- OpenBSD:
graphics/maim
- CRUX:
6c37/maim
- Gentoo:
media-gfx/maim
- NixOS:
maim
- GNU Guix:
maim
If you would like to install from source, you will need CMake, git, libXrandr, libXfixes, libGLM, libJpeg, and libXcomposite, as well as the deps in slop
sudo apt install libxcomposite-dev libxrandr-dev libxfixes-dev libglm-dev libjpeg-dev
git clone https://github.com/naelstrof/maim.git
cd maim
cmake -DCMAKE_INSTALL_PREFIX="/usr" ./
make && sudo make install