Skip to content

Instantly share code, notes, and snippets.

@synthetic-intelligence
Last active August 4, 2021 13:20
Show Gist options
  • Save synthetic-intelligence/1d505b026f36bf697e78c3bb7bb4f06a to your computer and use it in GitHub Desktop.
Save synthetic-intelligence/1d505b026f36bf697e78c3bb7bb4f06a to your computer and use it in GitHub Desktop.
install amp [ubuntu, debian]
#!/bin/bash
sudo apt-get update -y
sudo apt-get install -y git libxcb1-dev libssl-dev zlib1g-dev cmake python3 cargo
git clone https://github.com/jmacdonald/amp.git
cd amp
cargo install amp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment