Changes between Version 19 and Version 20 of dev/MacOSX
- Timestamp:
- Oct 4, 2005, 8:40:16 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSX
v19 v20 10 10 '''Fink Utilities''' 11 11 These utilities must be install with fink. 12 either you do it with the easy to use GUI , or you use the syntax12 either you do it with the easy to use GUI (finkcommander), or you use the syntax 13 13 {{{ 14 $ fink find[package-part-name] // choose the one you like and then14 $ fink list [package-part-name] // choose the one you like and then 15 15 $ fink install [package-name] // here you have to fill in the name of the actual package 16 16 }}} … … 29 29 30 30 === Installing the Libraries === 31 1. X-code must be installed. 32 2. install SDL.framework, and read the documentation on [http://www.libsdl.org SDL] download section 33 31 34 Use the fink commander to install 32 35 * sdl 33 36 * sdl-image 34 * sdl-mixer35 37 Unfortunately SDL_ttf is not installable via Fink Commander, so download the source directly from [http://www.libsdl.org/projects/SDL_ttf] and compile it yourself. 36 38 Before installing the SDL_ttf library make sure you have freetype2.0 or later installed on your Mac. You can get it also with finkcommander: … … 50 52 wraith user # make 51 53 . 52 wraith user # su 53 . 54 wraith user # make install 54 wraith user # sudo make install 55 55 }}} 56 The [http://www.openal.com OpenAL] library is also not available in the fink commander. You will have to download it via cvs:57 {{{58 cvs -d:pserver:guest@opensource.creative.com:/usr/local/cvs-repository login59 (use password "guest")60 cvs -d:pserver:guest@opensource.creative.com:/usr/local/cvs-repository co openal61 }}}62 To build it, just open the {{{openal/macosx/al_osx.pbproj}}} xcode project and click on the build button.63 64 65 66 To download the latest openAL source, you will use the cvs client also, use also fink to download it:67 * cvs68 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 56 71 57 72 58 == Compiling == 73 59 Now switch to the linux guides and continue there with the compiling sections. 60 61 62 63 (about this install doc: 64 * would be nice to: 65 1. use frameworks on osX (i did not manage to use them) 66 2. check it if it works for you