Re: Got Aeonwave-openal to work on linux.deb distro.
Erik Hofman <[email protected]> Tue, 03 Sep 2013 12:58:44 +0200
| Newsgroups | gmane.comp.lib.openal |
|---|---|
| Organization | Adalin B.V. |
| Message-ID | <[email protected]> |
Hi Keghn, It's great to see you got it working for Linux Mint. The new version of AeonWave and AeonWave-OpenAL is in the final stages in will be released very soon. Erik On 09/02/2013 07:44 PM, keghn wrote: > 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 > -- http://www.adalin.com - Hardware accelerated 4D AeonWave and OpenAL for Windows and Linux - AeonWave Audio Effects software for DJ, Instrumentalist and Vocalist _______________________________________________ Openal mailing list [email protected] http://opensource.creative.com/mailman/listinfo/openal