Nir Soffer
2023-Apr-17 16:36 UTC
[Libguestfs] [PATCH libnbd] README: Document additional packages
When building from git we need autoconf, automake and libtool. Signed-off-by: Nir Soffer <nsoffer at redhat.com> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c7166613..42a187c0 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,17 @@ ## License very liberal license. ## Building from source +Building from source requires additional packages. On rpm based system +use: + +``` +dnf install autoconf, automake, libtool +``` + To build from git: ``` autoreconf -i ./configure -- 2.39.2
Laszlo Ersek
2023-Apr-17 16:38 UTC
[Libguestfs] [PATCH libnbd] README: Document additional packages
On 4/17/23 18:36, Nir Soffer wrote:> When building from git we need autoconf, automake and libtool. > > Signed-off-by: Nir Soffer <nsoffer at redhat.com> > --- > README.md | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/README.md b/README.md > index c7166613..42a187c0 100644 > --- a/README.md > +++ b/README.md > @@ -32,10 +32,17 @@ ## License > very liberal license. > > > ## Building from source > > +Building from source requires additional packages. On rpm based system > +use: > + > +``` > +dnf install autoconf, automake, libtool > +```Are the comma characters intentional? Laszlo> + > To build from git: > > ``` > autoreconf -i > ./configure
Reasonably Related Threads
- [PATCH libnbd] README: Document additional packages
- [PATCH libnbd v2] README: Document additional packages
- [PATCH libnbd v2] README: Document additional packages
- [libnbd PATCH] golang: Bump minimum Go version to 1.17
- Re: How to build virt-v2v after the project was separated