[112482] trunk/doc-new/guide/xml/installing.xml
raimue at macports.org
raimue at macports.org
Thu Oct 24 05:38:50 PDT 2013
Revision: 112482
https://trac.macports.org/changeset/112482
Author: raimue at macports.org
Date: 2013-10-24 05:38:50 -0700 (Thu, 24 Oct 2013)
Log Message:
-----------
guide:
Give specific commands for download and extraction.
Modified Paths:
--------------
trunk/doc-new/guide/xml/installing.xml
Modified: trunk/doc-new/guide/xml/installing.xml
===================================================================
--- trunk/doc-new/guide/xml/installing.xml 2013-10-24 12:26:48 UTC (rev 112481)
+++ trunk/doc-new/guide/xml/installing.xml 2013-10-24 12:38:50 UTC (rev 112482)
@@ -302,16 +302,20 @@
<listitem>
<para>Download and unzip the latest MacPorts tarball from the <ulink
url="https://distfiles.macports.org/MacPorts/">MacPorts
- download directory</ulink>.</para>
+ download directory</ulink>. Use the given commands in a terminal
+ window, replace the placeholders with the latest version number.</para>
+
+ <programlisting><prompt>%%</prompt> <userinput>curl -O https://distfiles.macports.org/MacPorts/MacPorts-x.x.x.tar.bz2</userinput>
+<prompt>%%</prompt> <userinput>tar xf MacPorts-x.x.x.tar.bz2</userinput></programlisting>
</listitem>
<listitem>
- <para>Perform the commands shown in a terminal window. If you wish
+ <para>Afterwards, perform the commands shown in the terminal window. If you wish
to use a path other than <filename>/opt/local</filename>, follow
the instructions for <link linkend="installing.macports.source.multiple">installing
multiple copies of MacPorts</link> instead.</para>
- <programlisting><prompt>%%</prompt> <userinput>cd ~/MacPorts-x.x.x/</userinput>
+ <programlisting><prompt>%%</prompt> <userinput>cd MacPorts-x.x.x/</userinput>
<prompt>%%</prompt> <userinput>./configure</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/20131024/8e5fecce/attachment-0001.html>
More information about the macports-changes
mailing list