Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 14 and Version 15 of dev/MacOSX


Ignore:
Timestamp:
Jun 11, 2005, 1:02:39 AM (19 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSX

    v14 v15  
    2121To download the latest openAL source, you will use the cvs client also, use also fink to download it:
    2222 * 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.
     23To 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.
    2424
    2525=== Installing the Libraries ===
     
    4949wraith user # make install
    5050}}}
    51 Also the [http://www.openal.com OpenAL] library is not available in the fink commander. You will have to download it via cvs:
     51The [http://www.openal.com OpenAL] library is also not available in the fink commander. You will have to download it via cvs:
    5252{{{
    5353cvs -d:pserver:guest@opensource.creative.com:/usr/local/cvs-repository login
     
    5555cvs -d:pserver:guest@opensource.creative.com:/usr/local/cvs-repository co openal
    5656}}}
     57To build it, just open the {{{openal/macosx/al_osx.pbproj}}} xcode project and click on the build button.
    5758
    5859