Skip to content
Christoph Heiss edited this page May 9, 2021 · 2 revisions

Installation via package manager:

  • macOS/Homebrew: brew install amp
  • Arch Linux: git clone https://aur.archlinux.org/amp.git && cd amp && makepkg -si

Installation via cargo:

cargo install amp

On Linux may be necessary to install libxcb before:

  • Debian/Ubuntu: sudo apt install libxcb1-dev
  • Arch Linux: sudo pacman -S libxcb
  • Gentoo: sudo emerge -avt x11-libs/libxcb

If you want to install the latest development version (git master) instead:

cargo install --git https://github.com/jmacdonald/amp.git
Clone this wiki locally