From 71a84a784d42335e679e95e6746e13573090ad3d Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Thu, 10 Feb 2000 23:23:30 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@218 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- README | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README b/README index 7a9a33e1f..734dd97e8 100644 --- a/README +++ b/README @@ -73,11 +73,14 @@ about this step. The Examples directory contains a few examples of using SWIG. -Note: +Notes: -If you checked the code out via CVS, you will have to run autoconf -before typing 'configure.' In addition, a full build of SWIG requires -the use of bison. +(1) If you checked the code out via CVS, you will have to run autoconf + before typing 'configure.' In addition, a full build of SWIG requires + the use of bison. + +(2) If you are using Windows, the easiest way to install and build + SWIG is to use the Cygwin package (http://sourceware.cygnus.com/cygwin/). Documentation =============