New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81649


Ignore:
Timestamp:
08/03/11 05:08:09 (4 years ago)
Author:
jmr@…
Message:

guide: changing the tclpackage path isn't generally needed any more

File:
1 edited

Legend:

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

    r81648 r81649  
    341341      <para>Occasionally a MacPorts developer may wish to install more than 
    342342      one MacPorts instance on the same host. Only one copy of MacPorts may 
    343       use the default Tcl library path <filename>/Library/Tcl/</filename>, so 
     343      use the default prefix <filename>/opt/local</filename>, so 
    344344      for additional installations use the option 
    345       <option>--with-tclpackage</option> as shown below. It's also recommended 
     345      <option>--prefix</option> as shown below. It's also recommended 
    346346      to change the applications dir using 
    347347      <option>--with-applications-dir</option> to avoid conflicts in 
     
    356356      <programlisting><prompt>%%</prompt> <userinput>export PATH=/bin:/sbin:/usr/bin:/usr/sbin</userinput> 
    357357<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> 
    359359<prompt>%%</prompt> <userinput>make</userinput> 
    360360<prompt>%%</prompt> <userinput>sudo make install</userinput> 
Note: See TracChangeset for help on using the changeset viewer.