-
Notifications
You must be signed in to change notification settings - Fork 105
Installation
Christoph Heiss edited this page May 9, 2021
·
2 revisions
- macOS/Homebrew:
brew install amp
- Arch Linux:
git clone https://aur.archlinux.org/amp.git && cd amp && makepkg -si
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