I am trying to build some code that uses CMake to find and link to Mono. It is trying to link to libmono.so
and libmono-2.0.so
.
I have installed mono-complete (which installs mono-devel) without errors and the files still do not exist. Using dpkg
on mono-devel shows that these libraries are not part of the installation. So where do I get them?
Using locate
shows some Steam games have the library so they clearly exist...somewhere.
How do I install these development libraries on my machine?