Skip to content

Instantly share code, notes, and snippets.

@lukapaunovic
Last active October 6, 2020 12:17
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save lukapaunovic/8bfb88ca8b01688107de1a1575a2b266 to your computer and use it in GitHub Desktop.
Save lukapaunovic/8bfb88ca8b01688107de1a1575a2b266 to your computer and use it in GitHub Desktop.
Megatools CentOS install
yum -y install gcc make glib2-devel libcurl-devel openssl-devel gmp-devel tar automake autoconf libtool wget asciidoc -y
wget https://megatools.megous.com/builds/megatools-1.10.0-rc1.tar.gz
tar -xzvf megatools*.tar.gz
cd megatools*
./configure
make
make install
@vinnytroia
Copy link

asciidoc should be in the yum install command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment