summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Shemyak <konstantin@shemyak.com>2018-10-30 14:26:32 +0000
committerMatěj Cepl <mcepl@cepl.eu>2018-10-30 14:26:32 +0000
commit4fbc70fc26482f488c6da739563cb37b5316a2ef (patch)
tree2acda8d5e51244cf1b7ac226025e96d8b3b0f6eb
parent95d1b512c75e8c6cfc723a3d2513f97558c367d7 (diff)
downloadm2crypto-4fbc70fc26482f488c6da739563cb37b5316a2ef.tar.gz
Corrected project's build dependencies
-rw-r--r--INSTALL.rst25
1 files changed, 10 insertions, 15 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 743b605..dd6bec8 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -6,25 +6,20 @@ Installing M2Crypto
Pre-requisites
--------------
-The following software packages are pre-requisites:
+The following is required to *use* M2Crypto (once installed):
-- Python 2.6, 2.7, 3.4, or newer
-- OpenSSL 1.0.1e or newer
-- Python 2.6 platforms require the Python package unittest2 to be
- installed
+- ``Python 2.6``, ``2.7``, ``3.4``, or newer
+- ``OpenSSL 1.0.1e`` or newer
-For further development you need (aside from the normal development
-environment, C compiler, header files for OpenSSL, etc.) also:
+To *install* M2Crypto, you must be able to compile and link C sources
+against Python and OpenSSL headers/libraries. For example on a Debian-based
+system the following packages are needed:
-- SWIG 2.0.4 or newer
-
-Debian
-~~~~~~
-
-For Py2 & Py3 support install::
-
- sudo apt-get install build-essential python3-dev python-dev libssl-dev swig
+- ``build-essential``
+- ``python3-dev`` and/or ``python-dev``
+- ``libssl-dev``
+To *develop* M2Crypto, ``SWIG 2.0.4`` or newer is required.
Installing on Unix-like systems, including Cygwin
-------------------------------------------------