Subject: Re: Install Megatools on centos
From: Ondřej Jirman
Date: Mon, 20 Mar 2023 08:58:41 +0100
Hi,

On Sun, Mar 19, 2023 at 04:08:37PM +0530, Hirantha Bandara wrote:
> 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

It's explained in the README

https://megous.com/git/megatools/tree/README#n183

kind regards,
	o.

> #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.