Changeset 81649
- Timestamp:
- 08/03/11 05:08:09 (4 years ago)
- File:
-
- 1 edited
-
trunk/doc-new/guide/xml/installing.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc-new/guide/xml/installing.xml
r81648 r81649 341 341 <para>Occasionally a MacPorts developer may wish to install more than 342 342 one MacPorts instance on the same host. Only one copy of MacPorts may 343 use the default Tcl library path <filename>/Library/Tcl/</filename>, so343 use the default prefix <filename>/opt/local</filename>, so 344 344 for additional installations use the option 345 <option>-- with-tclpackage</option> as shown below. It's also recommended345 <option>--prefix</option> as shown below. It's also recommended 346 346 to change the applications dir using 347 347 <option>--with-applications-dir</option> to avoid conflicts in … … 356 356 <programlisting><prompt>%%</prompt> <userinput>export PATH=/bin:/sbin:/usr/bin:/usr/sbin</userinput> 357 357 <prompt>%%</prompt> <userinput>MP_PREFIX=/opt/macports-test</userinput> 358 <prompt>%%</prompt> <userinput>./configure --prefix=$MP_PREFIX --with- tclpackage=$MP_PREFIX/Library/Tcl --with-applications-dir=$MP_PREFIX/Applications</userinput>358 <prompt>%%</prompt> <userinput>./configure --prefix=$MP_PREFIX --with-applications-dir=$MP_PREFIX/Applications</userinput> 359 359 <prompt>%%</prompt> <userinput>make</userinput> 360 360 <prompt>%%</prompt> <userinput>sudo make install</userinput>
Note: See TracChangeset
for help on using the changeset viewer.

