Skip to content

Instantly share code, notes, and snippets.

@lukapaunovic
Last active October 6, 2020 12:17
Show Gist options
  • Select an option

  • Save lukapaunovic/8bfb88ca8b01688107de1a1575a2b266 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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