-
-
Save brehehe/91502b90b542d206d580b57d66f88d30 to your computer and use it in GitHub Desktop.
Install MegaTools on Debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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