1 | Index: README |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/proj/darwinports/README,v |
---|
4 | retrieving revision 1.29 |
---|
5 | diff -u -r1.29 README |
---|
6 | --- README 12 Oct 2003 03:37:31 -0000 1.29 |
---|
7 | +++ README 3 Nov 2003 21:26:32 -0000 |
---|
8 | @@ -75,13 +75,21 @@ |
---|
9 | USING THE PORT COMMAND |
---|
10 | |
---|
11 | If you haven't already, add /opt/local/bin to your path (or $PREFIX/bin |
---|
12 | -if you've elected to install DarwinPorts somewhere else). If you're |
---|
13 | -unsure how, add the following line to your ~/.cshrc file. |
---|
14 | +if you've elected to install DarwinPorts somewhere else). |
---|
15 | + |
---|
16 | + If you're unsure how, and using Jaguar (OS X 10.2), add the following |
---|
17 | +line to your ~/.cshrc file. (This also applies if you're using tcsh in |
---|
18 | +Panther.) |
---|
19 | |
---|
20 | set path=($path /opt/local/bin) |
---|
21 | + |
---|
22 | + If you're using Panther (OS X 10.3), add the following line to your |
---|
23 | +~/.profile file. (This also applies if you're using a bourne shell in |
---|
24 | +Jaguar.) |
---|
25 | + |
---|
26 | + export PATH=$PATH:/opt/local/bin |
---|
27 | |
---|
28 | - Your changes to ~/.cshrc will not take effect until you have opened |
---|
29 | -a new shell. |
---|
30 | + Your changes will not take effect until you have opened a new shell. |
---|
31 | |
---|
32 | The following command will build and install a port: |
---|
33 | |
---|