Clearer build and install instructions in the README file for Github users.

Fixes #634.
This commit is contained in:
William S Fulton 2016-03-17 20:14:16 +00:00
commit 6a1efc6c1d
2 changed files with 13 additions and 3 deletions

View file

@ -265,6 +265,12 @@ the main SWIG distribution. There is no need to download anything else.
<H3><a name="Preface_unix_installation">1.12.2 Unix installation</a></H3>
<p>
These installation instructions are for using the distributed tarball,
for example, <tt>swig-3.0.8.tar.gz</tt>.
If you wish to build and install from source on Github, extra steps are required.
Please see the <a href="http://swig.org/svn.html">Bleeding Edge</a> page on the SWIG website.
</p>
<p>
You must use <a href="http://www.gnu.org/software/make/">GNU make</a> to build and install SWIG.