openal library names
I am currently trying to compile an app that uses SFML, which is linked against libopenal.so.1. When I installed libopenal-dev the included library is called libopenal.so.0. How do I link the code so that it will work on systems supporting either libopenal.so.1 OR libopenal.so.0, without having to install to /usr/lib maybe?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement