Changes between Version 7 and Version 8 of dev/MacOSX
- Timestamp:
- Apr 29, 2005, 1:45:53 PM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSX
v7 v8 9 9 '''GCC, the GNU Compiler'''[[br]] 10 10 Read 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]] 12 Install subversion via the fink commander: choose the 13 * svn-client-ssl 14 package. 11 15 12 16 … … 34 38 wraith user # ./configure 35 39 . 36 .37 40 wraith user # make 38 .39 41 . 40 42 wraith user # su 41 43 . 42 .43 44 wraith user # make install 44 45 }}}