How can I get the main build
Aleksander Morgado
aleksander at aleksander.es
Fri May 15 15:28:56 UTC 2020
Hey!
> > https://www.freedesktop.org/software/libqmi/
> > How can I get the main build. Not the release version.
> > After git clone./autogen.sh?
The build from git requires only one extra first step:
$ NOCONFIGURE=1 ./autogen.sh
Once that finishes, you can run configure as you normally would; e.g.
in an Ubuntu setup to install in the default system prefix:
$ ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --sysconfdir=/etc
$ make
$ sudo make install
--
Aleksander
https://aleksander.es
More information about the libqmi-devel
mailing list