Changeset 391 for python/trunk/Doc/using/unix.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/using/unix.rst
r2 r391 1 .. highlightlang:: none1 .. highlightlang:: sh 2 2 3 3 .. _using-on-unix: … … 27 27 .. seealso:: 28 28 29 http://www. linux.com/articles/6038329 http://www.debian.org/doc/manuals/maint-guide/first.en.html 30 30 for Debian users 31 http:// linuxmafia.com/pub/linux/suse-linux-internals/chapter35.html31 http://en.opensuse.org/Portal:Packaging 32 32 for OpenSuse users 33 http://docs.fedoraproject.org/ drafts/rpm-guide-en/ch-creating-rpms.html33 http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-creating-rpms.html 34 34 for Fedora users 35 35 http://www.slackbook.org/html/package-management-making-packages.html … … 56 56 -------------- 57 57 58 To install the newest Python versions on OpenSolaris, install blastwave59 (http://www.blastwave.org/howto.html) and type "pkg_get -i python"at the58 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 60 60 prompt. 61 61 … … 66 66 If you want to compile CPython yourself, first thing you should do is get the 67 67 `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>`_. 68 latest release's source or just grab a fresh `clone 69 <http://docs.python.org/devguide/setup#getting-the-source-code>`_. (If you want 70 to contribute patches, you will need a clone.) 70 71 71 The build process consists the usual ::72 The build process consists in the usual :: 72 73 73 74 ./configure … … 76 77 77 78 invocations. Configuration options and caveats for specific Unix platforms are 78 extensively documented in the : file:`README` file in the root of the Python79 extensively documented in the :source:`README` file in the root of the Python 79 80 source tree. 80 81 … … 145 146 146 147 Geany is an excellent IDE with support for a lot of languages. For more 147 information, read: http:// geany.uvena.de/148 information, read: http://www.geany.org/ 148 149 149 150 Komodo edit is another extremely good IDE. It also has support for a lot of
Note:
See TracChangeset
for help on using the changeset viewer.