Mention "make check" in two places.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@834 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Thien-Thi Nguyen 2000-09-04 03:25:23 +00:00
commit 8df87d4299

22
README
View file

@ -4,9 +4,9 @@ Version: 1.3 (alpha)
$Header$
Tagline: SWIG is a compiler that integrates C and C++ with scripting
languages including Perl, Python, Tcl, Guile, Mzscheme,
and Ruby.
Tagline: SWIG is a compiler that integrates C and C++ with scripting
languages including Perl, Python, Tcl, Guile, Mzscheme,
and Ruby.
This distribution represents work in progress towards building a new
SWIG release. The guilty parties working on this are:
@ -23,7 +23,7 @@ Past contributors (currently incomplete):
Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran Kovuk, Gary Holt,
David Fletcher.
***********************************************************************
***** IMPORTANT NOTICE -- READ THIS NOW (OR ELSE) *****
***********************************************************************
@ -80,6 +80,8 @@ Here are the most notable changes (so far):
- Ruby and mzscheme modules added.
- Testing framework part of the distribution ("make check" support).
- A lot of minor bug fixes and cleanup.
Here are a few missing features
@ -97,7 +99,7 @@ What's Broken?
==============
- The Java module is broken and temporarily unavailable (SWIG1.3a4).
- Objective C support doesn't work right now. No ETA as to
when it will return.
@ -118,6 +120,7 @@ To build and install SWIG, simply type the following:
% ./configure
% make
% make check # this step is optional
% make install
In addition, if you need to build the runtime libraries, type
@ -143,10 +146,11 @@ Notes:
The SWIG1.1p5 distribution also contains a number of examples configured
to work with Visual C++ (most of which should also work with SWIG1.3).
Examples
========
The Examples directory contains a variety of new examples and it has some
browsable documentation. Simply point your browser to the file
browsable documentation. Simply point your browser to the file
"Example/index.html".
Documentation
@ -169,9 +173,3 @@ The primary goal of future development is to make SWIG more modular,
extensible, and easier to maintain. To this end, the source code has
been consolidated and reorganized with the Source directory. For more
information, please see Doc/internals.html.