Changeset 81
- Timestamp:
- 08/22/06 10:55:43 (2 years ago)
- Files:
-
- 1 modified
-
trunk/howto (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/howto
r78 r81 1 1 Requirements 2 2 ------------ 3 - Mac OS X 10.4 (With latest updates, currently 10.4.6)4 - Install Xcode 2. 3from Apple on their developer site3 - PPC based Mac OS X 10.4 (With latest updates, currently 10.4.7) 4 - Install Xcode 2.4 from Apple on their developer site 5 5 (http://developer.apple.com/tools/xcode/index.html) for the ADC member. 6 6 For ADC registration at no cost: http://developer.apple.com/membership/details.html … … 13 13 sudo fink install libtool14 14 14 sudo fink install wget 15 sudo fink install svn-client-ssl 15 16 - Install subversion 17 You have two choices here. The first (and historical) one is to compile it 18 yourself through fink by issuing this in a Terminal: 19 sudo fink install svn-client-ssl 20 OR install the subversion client package from: 21 http://metissian.com/projects/macosx/subversion/ 16 22 17 23 Building the package for PPC only … … 35 41 - You need first create the i386 part on a MacIntel system. 36 42 The MacIntel need to have the Developer Xcode installed which is available 37 on the Installation DVD or on Apple's developer site. 43 on the Installation DVD or on Apple's developer site. Fink doesn't need 44 to be installed. 38 45 Transfer the Makefile_i386 39 46 and then do:
