Support #831
Install MacPorts on OSX 10.5
Description
This is a guide on how I set up MacPorts on an OSX 10.5 (Leopard) machine.
- Install XCode 3.1
- Download and install MacPorts 2.3.4
MacPorts¶
- Log out and log back in, or source the .profile script:
source .profile
- Update the MacPorts metadata:
sudo port selfupdate
- Then install a program:
sudo port install git
Resources¶
Files
Updated by Daniel Curtis over 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100