Skip to content

How to build avdecc lib in Linux

JamesAdams2016 edited this page Aug 27, 2019 · 2 revisions

Assume the contents of this repository are in a folder named avdecc-lib.
Do
aptitude install libpcap-dev
aptitude install libreadline-dev
You may also need to install libedit and gcc as listed in the Linux prerequisites on the main page, but I didn’t have to in Ubuntu 18.04.1 “Bionic Beaver” since I already had them.
In: avdecc-lib/
-Which contains the controller and jdksavdecc-c folders and LICENSE file, etc.
Do
cmake .
make -f Makefile

An extra build step in jdksavdecc-c is not needed.

Clone this wiki locally