Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brehehe/91502b90b542d206d580b57d66f88d30 to your computer and use it in GitHub Desktop.
Save brehehe/91502b90b542d206d580b57d66f88d30 to your computer and use it in GitHub Desktop.
Install MegaTools on Debian
# su root / sudo su
apt -y install build-essential libglib2.0-dev libssl-dev libcurl4-openssl-dev libgirepository1.0-dev
apt -y install asciidoc
cd /usr/src
wget http://megatools.megous.com/builds/megatools-1.9.98.tar.gz
tar -xvf megatools-1.9.98.tar.gz
cd megatools-1.9.98
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment