[28321] trunk/doc/guide/new/xml/installing.xml
source_changes at macosforge.org
source_changes at macosforge.org
Mon Aug 27 21:43:15 PDT 2007
Revision: 28321
http://trac.macosforge.org/projects/macports/changeset/28321
Author: markd at macports.org
Date: 2007-08-27 21:43:14 -0700 (Mon, 27 Aug 2007)
Log Message:
-----------
Refine the installing.source.multiple section.
Modified Paths:
--------------
trunk/doc/guide/new/xml/installing.xml
Modified: trunk/doc/guide/new/xml/installing.xml
===================================================================
--- trunk/doc/guide/new/xml/installing.xml 2007-08-28 04:31:20 UTC (rev 28320)
+++ trunk/doc/guide/new/xml/installing.xml 2007-08-28 04:43:14 UTC (rev 28321)
@@ -186,14 +186,14 @@
versions of MacPorts. But only one copy of MacPorts may use the default
MacPorts Tcl library path <filename>/Library/Tcl</filename>, so for a
second installation use the <literal>--with-tclpackage</literal> switch
- set to any newly created (empty) directory. Also, the standard MacPorts
- binary path must not be present during the installation of the second
- instance. To install a second instance of MacPorts, follow these
- steps.</para>
+ set to any newly created (empty) directory, say
+ /Library/Tcl/macports-new. Also, the standard MacPorts binary path must
+ not be present during the installation of the second instance. To
+ install a second instance of MacPorts, follow these steps.</para>
<programlisting><prompt>%%</prompt> <userinput>export PATH=/bin:/sbin:/usr/bin:/usr/sbin</userinput>
<prompt>%%</prompt> <userinput>cd ~/MacPorts-1.x.x/</userinput>
-<prompt>%%</prompt> <userinput>./configure --prefix=NEW_PREFIX --with-tcl-package=/Library/Tcl/macports-new</userinput>
+<prompt>%%</prompt> <userinput>./configure --prefix=NEW_PREFIX --with-tcl-package=NEW_TCLPACKAGE</userinput>
<prompt>%%</prompt> <userinput>make</userinput>
<prompt>%%</prompt> <userinput>sudo make install</userinput>
</programlisting>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070827/596cc6f9/attachment.html
More information about the macports-changes
mailing list