Skip to content

Commit

Permalink
Refine the installing.source.multiple section.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/doc@28321 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Mark Duling committed Aug 28, 2007
1 parent 4c31a43 commit 23f8d3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions guide/new/xml/installing.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 23f8d3d

Please sign in to comment.