Got Aeonwave-openal to work on linux.deb distro.
keghn <[email protected]> Mon, 2 Sep 2013 10:44:25 -0700 (PDT)
| Newsgroups | gmane.comp.lib.openal |
|---|---|
| Message-ID | <[email protected]> |
Got Aeonwave-openal to work on Mint 14.1 mata 64 bit linux OS. I am trying aeonwave because it has lot of .c files to work with. I started out with testcapture.c. http://www.adalin.com/index.html?frame2=product_aeonwave.html left panel picked Aeonwave gpl on the right panel select click on windows icon to select a diferent OS down load. .deb packages for 64 bit os. Downlaod .deb packages one at a time and install in the order they are listed the first packages contains a key for the other to work/install. Click on windows icon to select a diferent OS down load and select aaxopenal-1.1.20 source code and downlaoad and unzip it into your home directory. aaxopenal-1.1.20.zip and this will make the aaxopenal-1.1.20 directory cd aaxopenal-1.1.20 mkdir build cd build rm -rf * cmake .. make sudo make install copying two file into test directory with a file mangager or: cd .. cd base cp logging.h types.h /home/keghn/aeonwave/aaxopenal-1.1.20/test/ cd .. cd test modifie the line in the file /home/keghn/aeonwave/aaxopenal-1.1.20/test/testcapeture.c //#include "base/types.h" #include "types.h" modifie the line in /home/keghn/aeonwave/aaxopenal-1.1.20/test/driver.h //#include <base/types.h> #include "types.h" //#include <base/logging.h> #include "logging.h" compile with: gcc testcapture.c driver.c types.c -laax -lalut -lopenal -o testcapture run with: ./testcapture ran great. Is there an easer way? Extra nots from Eric: AeonWave-Openal is a thin OpenAL layer on top of AeonWave(-Lite). You need to have both these packages installed to get it compiled: libaax2-2.2.4.el6.i386-bin.deb libaax2-2.2.4.el6.i386-dev.deb Or: libaax2-2.2.4.el6.x86_64-bin.deb libaax2-2.2.4.el6.x86_64-dev.deb -- View this message in context: http://openal.996291.n3.nabble.com/Got-Aeonwave-openal-to-work-on-linux-deb-distro-tp5581.html Sent from the OpenAL - User mailing list archive at Nabble.com. _______________________________________________ Openal mailing list [email protected] http://opensource.creative.com/mailman/listinfo/openal