Installation on Linux

To support connections to other dizmo spaces by name (Bonjour/Avahi) on Linux, you’ll need to install avahi manually (otherwise, dizmoViewer will not start):

sudo apt-get install libavahi-compat-libdnssd-dev
sudo apt-get install libavahi-client-dev

Note on Debian: if you get an error about a missing libEGL.so file, install libegl1-mesa. You might also need to install libmtdev1.

If you’re still using Ubuntu 12.04, install the debian package, since the Ubuntu package is linked with libicu52 instead of libicu48.