Changeset 81

Show
Ignore:
Timestamp:
08/22/06 10:55:43 (2 years ago)
Author:
jps
Message:

Clarify some requirements

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/howto

    r78 r81  
    11Requirements 
    22------------ 
    3 - Mac OS X 10.4 (With latest updates, currently 10.4.6) 
    4 - Install Xcode 2.3 from Apple on their developer site 
     3- 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 
    55(http://developer.apple.com/tools/xcode/index.html) for the ADC member. 
    66For ADC registration at no cost: http://developer.apple.com/membership/details.html 
     
    1313        sudo fink install libtool14 
    1414        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/ 
    1622 
    1723Building the package for PPC only 
     
    3541- You need first create the i386 part on a MacIntel system. 
    3642        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. 
    3845        Transfer the Makefile_i386 
    3946        and then do: