Skip to content

Instantly share code, notes, and snippets.

@jadedgnome
Last active September 14, 2017 09:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jadedgnome/cc2e4b68e83791de088d to your computer and use it in GitHub Desktop.
Save jadedgnome/cc2e4b68e83791de088d to your computer and use it in GitHub Desktop.
Install megatools on Debian 7 64bit & required dependencies
sudo apt-get update && sudo apt-get install libglib2.0-dev libtool autoconf glib-networking fuse curl wget gettext gobject-introspection libcurl4-openssl-dev -y
sudo apt-get install lib32gmp-dev lib32gmp10 lib32gmpxx4 libgmp-dev libgmp10 libgmp3-dev -y
wget https://ftp.gnu.org/gnu/nettle/nettle-3.0.tar.gz && tar xvf nettle-3.0.tar.gz && cd nettle-3.0/ && ./configure && make && sudo make install && cd ../
wget http://megatools.megous.com/builds/megatools-1.9.93.tar.gz && tar xvf megatools-1.9.93.tar.gz && cd megatools-1.9.93/ && ./configure && make && sudo make install
sudo cp megatools-1.9.93/mega/.libs/libmega.so.0 /usr/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment