Skip to content
Nitroretro edited this page Apr 27, 2020 · 2 revisions

Installing maim

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

Installing from Source

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

Ubuntu

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

Clone this wiki locally