Part of generating the documentation should be running ldd and showing the .so files that are expected. It would be nice to do this through a library call instead of running ldd directly. That way we can show it in the documentation in a nicer format than:
Part of generating the documentation should be running
ldd
and showing the.so
files that are expected. It would be nice to do this through a library call instead of runningldd
directly. That way we can show it in the documentation in a nicer format than: