Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/using/unix.rst

    r2 r391  
    1 .. highlightlang:: none
     1.. highlightlang:: sh
    22
    33.. _using-on-unix:
     
    2727.. seealso::
    2828
    29    http://www.linux.com/articles/60383
     29   http://www.debian.org/doc/manuals/maint-guide/first.en.html
    3030      for Debian users
    31    http://linuxmafia.com/pub/linux/suse-linux-internals/chapter35.html
     31   http://en.opensuse.org/Portal:Packaging
    3232      for OpenSuse users
    33    http://docs.fedoraproject.org/drafts/rpm-guide-en/ch-creating-rpms.html
     33   http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-creating-rpms.html
    3434      for Fedora users
    3535   http://www.slackbook.org/html/package-management-making-packages.html
     
    5656--------------
    5757
    58 To install the newest Python versions on OpenSolaris, install blastwave
    59 (http://www.blastwave.org/howto.html) and type "pkg_get -i python" at the
     58To install the newest Python versions on OpenSolaris, install `blastwave
     59<http://www.blastwave.org/howto.html>`_ and type ``pkg_get -i python`` at the
    6060prompt.
    6161
     
    6666If you want to compile CPython yourself, first thing you should do is get the
    6767`source <http://python.org/download/source/>`_. You can download either the
    68 latest release's source or just grab a fresh `checkout
    69 <http://www.python.org/dev/faq/#how-do-i-get-a-checkout-of-the-repository-read-only-and-read-write>`_.
     68latest release's source or just grab a fresh `clone
     69<http://docs.python.org/devguide/setup#getting-the-source-code>`_.  (If you want
     70to contribute patches, you will need a clone.)
    7071
    71 The build process consists the usual ::
     72The build process consists in the usual ::
    7273
    7374   ./configure
     
    7677
    7778invocations. Configuration options and caveats for specific Unix platforms are
    78 extensively documented in the :file:`README` file in the root of the Python
     79extensively documented in the :source:`README` file in the root of the Python
    7980source tree.
    8081
     
    145146
    146147Geany is an excellent IDE with support for a lot of languages. For more
    147 information, read: http://geany.uvena.de/
     148information, read: http://www.geany.org/
    148149
    149150Komodo edit is another extremely good IDE.  It also has support for a lot of
Note: See TracChangeset for help on using the changeset viewer.