Changes between Version 17 and Version 18 of dev/MacOSX
- Timestamp:
- Oct 4, 2005, 5:52:04 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSX
v17 v18 8 8 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] 9 9 10 '''Fink Utilities''' 11 These utilities must be install with fink. 12 either 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 }}} 10 17 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 18 You 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 }}} 19 27 package. 20 28 21 To download the latest openAL source, you will use the cvs client also, use also fink to download it:22 * cvs23 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 29 25 30 === Installing the Libraries === … … 58 63 59 64 65 66 To download the latest openAL source, you will use the cvs client also, use also fink to download it: 67 * cvs 68 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. 69 70 71 60 72 == Compiling == 61 73 Now switch to the linux guides and continue there with the compiling sections.