Closed hooperbloob closed 2 years ago
Looking for some insights on building the tools on Ubuntu 20.04.
When running the ./configure on /liblxi it ends with:
. . . checking rpc/rpc.h presence... yes checking for rpc/rpc.h... yes checking for rpcgen... /usr/bin/rpcgen checking for avahi_client_new in -lavahi-client... no configure: error: Missing avahi-client library
Tried to add the dependency:
asdf@black:~/lxi-tools/liblxi-1.13$ sudo snap install avahi-client snap "avahi-client" is already installed, see 'snap help refresh'
So not sure what it needs or how to install it - any suggestions?
Looking to add a few more instruments to the capability list once I can build & debug.
sudo apt install libavahi-client-dev libavahi-common-dev
Looking for some insights on building the tools on Ubuntu 20.04.
When running the ./configure on /liblxi it ends with:
Tried to add the dependency:
So not sure what it needs or how to install it - any suggestions?
Looking to add a few more instruments to the capability list once I can build & debug.