Subject: Install Megatools on centos
From: Hirantha Bandara
Date: Sun, 19 Mar 2023 16:08:37 +0530
Hi.
Could you please explain to me how to install megatools into centos 7.
I tried using this script but it says ./configure file is not available
yum -y install gcc make glib2-devel libcurl-devel openssl-devel gmp-devel
tar automake autoconf libtool wget asciidoc
wget https://megatools.megous.com/builds/megatools-1.11.1.20230212.tar.gz
tar -xzvf megatools*.tar.gz
cd megatools*
./configure
make
make install
#this is the error I get
./configure
-bash: ./configure: No such file or directory
[root@mail megatools-1.11.1.20230212]# make
make: *** No targets specified and no makefile found. Stop.