Missing Library Checks in Make Script
Brought to you by:
sm0svx
During the make process, the build script checks for a variety of development libraries and complains when they are absent. The following libraries are NOT checked for, and their exclusion causes the build process to fail:
libasound2-dev
libgsm1-dev
libpopt-dev
These are the package names on Debian/Ubuntu systems.
I am about to switch to CMake so I won't do any fixes to the current makefiles. I'll keep this bug report open though so that I will not forget about detecting these libraries in CMake.
This issue is now closed on GitHub.