Hi,
On Wednesday, 11 January 2017 18:30:18 CET Aditya Suripeddi wrote:
I have downloaded the tar file of libguestfs. There is a
run.in
file , is this the script described in README file which I have to run to
get started without installing the libguestfs ?
To use libguestfs as built but not installed, you need to build
libguestfs before, i.e. `./configure` first and then `make`. configure
will generate run from run.in, but still the rest of the build is
needed to generate & compile all the libraries and binaries.
--
Pino Toscano