Re: Compiling For IOS

keghn <[email protected]> Mon, 26 Aug 2013 14:35:29 -0700 (PDT)
Newsgroups gmane.comp.lib.openal
Message-ID <[email protected]>
 Hello Ali,
 I use Linux os, Mint 14.1 mate. i do it this way:
uncompress openal-soft into a directory, such as oopenal-soft
 I go into that directory using a terminal and type these six lines:

mkdir build
cd build
rm -rf *
cmake ..
make
sudo make install


#sudo give me root privileges.

then:

make helloworld


 That is if you have helloworld.c in your directory.

 How do you do it on your system?



--
View this message in context: http://openal.996291.n3.nabble.com/Compiling-For-IOS-tp5550p5554.html
Sent from the OpenAL - User mailing list archive at Nabble.com.
_______________________________________________
Openal mailing list
[email protected]
http://opensource.creative.com/mailman/listinfo/openal