RCS file: /Volumes/src/cvs/od/proj/darwinports/README,v
retrieving revision 1.29
diff -u -r1.29 README
|
|
|
75 | 75 | USING THE PORT COMMAND |
76 | 76 | |
77 | 77 | If you haven't already, add /opt/local/bin to your path (or $PREFIX/bin |
78 | | if you've elected to install DarwinPorts somewhere else). If you're |
79 | | unsure how, add the following line to your ~/.cshrc file. |
| 78 | if you've elected to install DarwinPorts somewhere else). |
| 79 | |
| 80 | If you're unsure how, and using Jaguar (OS X 10.2), add the following |
| 81 | line to your ~/.cshrc file. (This also applies if you're using tcsh in |
| 82 | Panther.) |
80 | 83 | |
81 | 84 | set path=($path /opt/local/bin) |
| 85 | |
| 86 | If you're using Panther (OS X 10.3), add the following line to your |
| 87 | ~/.profile file. (This also applies if you're using a bourne shell in |
| 88 | Jaguar.) |
| 89 | |
| 90 | export PATH=$PATH:/opt/local/.bin |
82 | 91 | |
83 | | Your changes to ~/.cshrc will not take effect until you have opened |
84 | | a new shell. |
| 92 | Your changes will not take effect until you have opened a new shell. |
85 | 93 | |
86 | 94 | The following command will build and install a port: |
87 | 95 | |