Last active
June 16, 2020 08:51
-
-
Save rwenz3l/f69bc9df245d809b40cf 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-get -y install build-essential libglib2.0-dev libssl-dev libcurl4-openssl-dev libgirepository1.0-dev | |
cd /usr/src | |
wget https://megatools.megous.com/builds/megatools-1.10.3.tar.gz | |
tar -xvf megatools-1.10.3.tar.gz | |
cd megatools-1.10.3 | |
./configure | |
make | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jugurtha114 a quick check on https://megatools.megous.com/ shows, that there are new versions available. I updated the gist to 1.10.3, but you need to have asciidoc setup, otherwise it won't build. I recommend using the now available repo variant via
apt install megatools
. It's not the latest, but works.