Changes between Version 13 and Version 14 of dev/MacOSX
- Timestamp:
- Jun 11, 2005, 12:40:17 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSX
v13 v14 19 19 package. 20 20 21 To download the latest openAL source, you will use the cvs client also, use also fink to download it: 22 * cvs 23 To get OpenAL running under Panther, you will also want to install the [http://www.apple.com/quicktime/download/mac.html QuickTime] Player. 21 24 22 25 === Installing the Libraries === … … 46 49 wraith user # make install 47 50 }}} 51 Also the [http://www.openal.com OpenAL] library is not available in the fink commander. You will have to download it via cvs: 52 {{{ 53 cvs -d:pserver:guest@opensource.creative.com:/usr/local/cvs-repository login 54 (use password "guest") 55 cvs -d:pserver:guest@opensource.creative.com:/usr/local/cvs-repository co openal 56 }}} 57 48 58 49 59 == Compiling ==