Hi,
On 2020-08-31 5:06 p.m., Wes Rishel wrote:
./configure --prefix=/usr --libdir=/usr/lib/i386-linux-gnu
--sysconfdir=/etc --localstatedir=/varĀ --enable-avahi
make
sudo make install
However, there is no file named configure in the download, and whereis
configure shows no Ubuntu command with that name.
There is a file configure.ac <http://configure.ac> but it does have
execute permissionĀ and it has lines that being with dnl that bash does
not recognize as commands.
Please follow the build instructions in the README file at the top level
of the repo.
If you are building from a git clone then you have a few steps:
The quick version is here:
./autogen.sh
./configure
make
make install
However, you should read the full version for details.
In particular, you might have to be root to run make install, or you
might want to run configure with options to deliver the build products
to somewhere other than your system.
Cheers,
Ralph