canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) (→ssh) |
ChrisCooper (talk | contribs) |
||
Line 44: | Line 44: | ||
= Installing DarwinPorts = | = Installing DarwinPorts = | ||
* Install the DarwinPorts package. | |||
cd ~ref-platforms/mac | |||
tar zxf dports.tar.gz | |||
cd /opt/local/var | |||
mv db db.old | |||
mkdir db | |||
mv ~/ref-platforms/mac/dports.MozillaReferencePlatform db/ | |||
cd db/ | |||
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. | |||
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 | |||
port -f install apr @1.2.7_0 | |||
port -f install apr-util @1.2.7_0 | |||
port -f install cvs @1.11.21_0 | |||
port -f install db4 @4.3.29_0 | |||
port -f install expat @2.0.0_1 | |||
port -f install gettext @0.14.6_0 | |||
port -f install glib2 @2.10.3_0 | |||
port -f install libiconv @1.10_1 | |||
port -f install libidl @0.8.6_0 | |||
port -f install neon @0.25.5_0 | |||
port -f install openssl @0.9.8b_0 | |||
port -f install pkgconfig @0.20_0 | |||
port -f install subversion @1.3.2_0 | |||
port -f install wget @1.10.2_0 | |||
port -f install zlib @1.2.3_0 | |||
= Installing SharedMenusCocoa = | = Installing SharedMenusCocoa = |