Changeset 28321 for trunk/doc


Ignore:
Timestamp:
Aug 28, 2007, 4:43:14 AM (17 years ago)
Author:
markd@…
Message:

Refine the installing.source.multiple section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/guide/new/xml/installing.xml

    r28267 r28321  
    187187      MacPorts Tcl library path <filename>/Library/Tcl</filename>, so for a
    188188      second installation use the <literal>--with-tclpackage</literal> switch
    189       set to any newly created (empty) directory. Also, the standard MacPorts
    190       binary path must not be present during the installation of the second
    191       instance. To install a second instance of MacPorts, follow these
    192       steps.</para>
     189      set to any newly created (empty) directory, say
     190      /Library/Tcl/macports-new. Also, the standard MacPorts binary path must
     191      not be present during the installation of the second instance. To
     192      install a second instance of MacPorts, follow these steps.</para>
    193193
    194194      <programlisting><prompt>%%</prompt> <userinput>export PATH=/bin:/sbin:/usr/bin:/usr/sbin</userinput>
    195195<prompt>%%</prompt> <userinput>cd ~/MacPorts-1.x.x/</userinput>
    196 <prompt>%%</prompt> <userinput>./configure --prefix=NEW_PREFIX --with-tcl-package=/Library/Tcl/macports-new</userinput>
     196<prompt>%%</prompt> <userinput>./configure --prefix=NEW_PREFIX --with-tcl-package=NEW_TCLPACKAGE</userinput>
    197197<prompt>%%</prompt> <userinput>make</userinput>
    198198<prompt>%%</prompt> <userinput>sudo make install</userinput>
Note: See TracChangeset for help on using the changeset viewer.