canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) |
||
Line 45: | Line 45: | ||
= Installing DarwinPorts (PPC) = | = Installing DarwinPorts (PPC) = | ||
* Install the DarwinPorts package. | * Install the DarwinPorts package using the DarwinPorts-1.2-10.4.dmg. | ||
* Unpack the dport tarball of packages and move them into place: | |||
cd ~ref-platforms/mac | cd ~ref-platforms/mac | ||
Line 56: | Line 57: | ||
ln -s dports.MozillaReferencePlatform dports | ln -s dports.MozillaReferencePlatform dports | ||
Next, you need to install a series of ports, all of which should already be contained (and the right version) in the dports tarball you just unpacked. If you see the port command hitting the network at all while installing the needed ports, something has gone wrong. | * Next, you need to install a series of ports, all of which should already be contained (and the right version) in the dports tarball you just unpacked. If you see the port command hitting the network at all while installing the needed ports, something has gone wrong.<br/>Here is a short script that will install all the needed ports. Some of the ports have dependencies, so installing them in a different order would probably cut down on time, but I'm just listing them all here alphabetically for clarity: | ||
Here is a short script that will install all the needed ports. Some of the ports have dependencies, so installing them in a different order would probably cut down on time, but I'm just listing them all here alphabetically for clarity: | |||
#!/bin/bash | #!/bin/bash |