Hi.
I'm giving my first steps in GNU/Linux and I chose Zorin OS 16. I started just a few days ago, I find it relatively easy to use, as a long time Windows user, and I can say I know nothing of regular, "actual", real Linux using, in terms of terminal use and how the OS works.
After configuring some easy, new user, very basic stuff, I've decided to try and learn a bit more by attempting to install a (very) old game (1997), but I got into a few hiccups with its GPL source code.
After extracting the tar file, I used command ./configure
and ran into an error:
(...)
checking for openal... no
checking AL/al.h usability... no
checking AL/al.h presence... no
checking for AL/al.h... no
checking OpenAL/al.h usability... no
checking OpenAL/al.h presence... no
checking for OpenAL/al.h... no
configure: error: OpenAL not found
Then, I used command sudo apt-get install OpenAl
Return code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package OpenAl
How can I locate and install OpenAl (site)? Could I get a thorough "how to" do this?