]> git.saurik.com Git - wxWidgets.git/commitdiff
be explicit about the version of SWIG to use
authorRobin Dunn <robin@alldunn.com>
Wed, 26 May 2004 02:14:06 +0000 (02:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 26 May 2004 02:14:06 +0000 (02:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/SWIG/README.txt

index 59fb0b59ec2c58180edc84276a40ac5871b6bb9b..c2830015bd3e844c78de3df0b2e2b2f65704e555 100644 (file)
@@ -8,6 +8,16 @@ wxPython.  These have been submitted to SWIG's SourceForge patch
 tracker, so hopefully they will get incorporated into the main SWIG
 source tree soon.
 
+wxPython currently uses the 20-Feb-2004 version of SWIG.  You can get
+that version from their CVS using these commands::
+
+
+    cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/swig login
+    <press ENTER for empty password>
+
+    cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/swig \
+       checkout -D 20-FEB-2004 SWIG
+
 
 ------------------------------------------------------------------------