Changes between Version 14 and Version 15 of dev/MacOSX
- Timestamp:
- Jun 11, 2005, 1:02:39 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSX
v14 v15 21 21 To download the latest openAL source, you will use the cvs client also, use also fink to download it: 22 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.23 To get OpenAL running under Panther, you will also want to install the [http://developer.apple.com/sdk/#QT QuickTime SDK]. This will install some headers, that OpenAl needs for comilation. 24 24 25 25 === Installing the Libraries === … … 49 49 wraith user # make install 50 50 }}} 51 Also the [http://www.openal.com OpenAL] library isnot available in the fink commander. You will have to download it via cvs:51 The [http://www.openal.com OpenAL] library is also not available in the fink commander. You will have to download it via cvs: 52 52 {{{ 53 53 cvs -d:pserver:guest@opensource.creative.com:/usr/local/cvs-repository login … … 55 55 cvs -d:pserver:guest@opensource.creative.com:/usr/local/cvs-repository co openal 56 56 }}} 57 To build it, just open the {{{openal/macosx/al_osx.pbproj}}} xcode project and click on the build button. 57 58 58 59