Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 7 and Version 8 of dev/MacOSX


Ignore:
Timestamp:
Apr 29, 2005, 1:45:53 PM (19 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSX

    v7 v8  
    99'''GCC, the GNU Compiler'''[[br]]
    1010Read about installation of the [http://www.tech-recipes.com/mac_system_administration_tips726.html MacOSX coding env] or just download the [http://developer.apple.com/tools/xcode/ "XCode Tools"] from the [https://connect.apple.com apple development center] where you will have to create an account if you don't have one already. Wow, the xcode package is about 300MB big!
     11'''Install Subversion'''[[br]]
     12Install subversion via the fink commander: choose the
     13 * svn-client-ssl
     14package.
    1115
    1216
     
    3438wraith user # ./configure
    3539.
    36 .
    3740wraith user # make
    38 .
    3941.
    4042wraith user # su
    4143.
    42 .
    4344wraith user # make install
    4445}}}