You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ha...@apache.org on 2022/03/22 04:36:21 UTC

svn commit: r1899120 - /subversion/trunk/subversion/bindings/swig/INSTALL

Author: hartmannathan
Date: Tue Mar 22 04:36:21 2022
New Revision: 1899120

URL: http://svn.apache.org/viewvc?rev=1899120&view=rev
Log:
Documentation: Reword which version of SWIG to use for Python bindings

* subversion/bindings/swig/INSTALL 
  (BUILDING SWIG BINDINGS FOR SVN ON UNIX Step 1): Try to make more clear
   which version of SWIG to use for generating Python bindings. Also transpose
   the Python 2 and Python 3 bulletpoints, as Python 2 support is being phased
   out. 

Modified:
    subversion/trunk/subversion/bindings/swig/INSTALL

Modified: subversion/trunk/subversion/bindings/swig/INSTALL
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/INSTALL?rev=1899120&r1=1899119&r2=1899120&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/INSTALL (original)
+++ subversion/trunk/subversion/bindings/swig/INSTALL Tue Mar 22 04:36:21 2022
@@ -84,8 +84,10 @@ Step 1: [Optional] Install a suitable ve
       following notes:
       - SWIG 1.3.24 and later 1.3.x may work, but we do not test these
         versions on our latest source code.
-      - For Python 2 bindings, SWIG 4.0.0 or later is not supported.
-      - For Python 3 bindings, SWIG 3.0.10 or later is required.
+      - For Python 3 bindings, use SWIG 3.0.10 or later. (SWIG 4.0.0
+        or later is supported as well.)
+      - For Python 2 bindings, use SWIG 2.x-3.x. (SWIG 4.0.0 or later
+        is not supported as it lacks the '-classic' option.)
       - Note that SWIG 3.0.9 has some trouble with Python support.
         (See https://sourceforge.net/p/swig/news/2016/06/swig-3010-released/)
       - For Perl 5.16 and later, SWIG 2.0.8 or later is required.