A quick Google search reveals some kind soul, with a mind for open source software, has done all the work for us. Better yet, his work is hosted on Github. This can't get any easier!
Check it out here: https://github.com/iancmcc/ouimeaux
To get a copy of the author's source code, clone it to your local drive. From the command line enter:
git clone https://github.com/iancmcc/ouimeaux
Then:
cd ouimeaux
If you get a command not found error then you will need to install the git software by using your system's package manager (i.e. yum, apt, etc).
Oh, hold on. Did I mentioned I'm doing this from a Linux computer? Mac and other *BSD users should be able to follow along. The instructions for a Windows computer will differ. If you are running Windows and want to follow along, you could go buy a Raspberry Pi. They run Linux, are very inexpensive, and it would be a fun learning experience. Now where was I?
Right, let's get the ouimeaux software installed and working.