Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 17 and Version 18 of dev/MacOSX


Ignore:
Timestamp:
Oct 4, 2005, 5:52:04 PM (19 years ago)
Author:
bensch
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSX

    v17 v18  
    88  3. ''(optional)'' Now you will want to download the fink commander, its a gui for the fink program that makes it much easier to work with. you can get it from the [http://finkcommander.sourceforge.net/ sourceforge site]
    99
     10'''Fink Utilities'''
     11These utilities must be install with fink.
     12either you do it with the easy to use GUI, or you use the syntax
     13{{{
     14$ fink find [package-part-name]           // choose the one you like and then
     15$ fink install [package-name]             // here you have to fill in the name of the actual package
     16}}}
    1017
    11 '''Install Autoconf''' [[br]]
    12 Download the newest
    13  * autoconf
    14 you can find from fink commander.
    15 [[br]]
    16 '''Install Subversion'''[[br]]
    17 Install subversion via the fink commander: choose the
    18  * svn-client-ssl
     18You need the following packages:
     19  1. '''Autoconf''' [[br]]
     20{{{
     21$ fink install autoconf
     22}}}
     23  2. '''Subversion'''[[br]]
     24{{{
     25$ fink install svn-client-ssl
     26}}}
    1927package.
    2028
    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://developer.apple.com/sdk/#QT QuickTime SDK]. This will install some headers, that OpenAl needs for comilation.
    2429
    2530=== Installing the Libraries ===
     
    5863
    5964
     65
     66To download the latest openAL source, you will use the cvs client also, use also fink to download it:
     67 * cvs
     68To 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.
     69
     70
     71
    6072== Compiling ==
    6173Now switch to the linux guides and continue there with the compiling sections.