Fixes for HTML to validate
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6231 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
beff217012
commit
8f6341859e
30 changed files with 265 additions and 355 deletions
|
|
@ -1,14 +1,11 @@
|
|||
SWIG CVS
|
||||
|
||||
<p>
|
||||
<img src="images/cvs.png">
|
||||
|
||||
<p>
|
||||
<img src="images/cvs.png" alt="CVS">
|
||||
|
||||
<p>
|
||||
Development versions of SWIG are available through the CVS server located at SourceForge.
|
||||
|
||||
<p>
|
||||
<h3> Disclaimer </h3>
|
||||
|
||||
The CVS release represents work in progress and is not guaranteed to compile on your machine or be functional in any
|
||||
|
|
@ -37,36 +34,28 @@ There are
|
|||
available on the SourceForge site, but the following steps should be all you need.
|
||||
|
||||
<ol>
|
||||
<li> Set the location of CVSROOT
|
||||
<li><p> Set the location of CVSROOT
|
||||
|
||||
<p>
|
||||
<pre>
|
||||
% setenv CVSROOT :pserver:anonymous@cvs.sourceforge.net:/cvsroot/swig </pre>
|
||||
<p>
|
||||
(Alternatively, you can use the -d option to CVS)
|
||||
|
||||
<p>
|
||||
<li> Log into the cvs server by issuing the following command:
|
||||
<li><p> Log into the cvs server by issuing the following command:
|
||||
|
||||
<p>
|
||||
<pre>
|
||||
% cvs login
|
||||
CVS password: <press enter here>
|
||||
CVS password: <press enter here>
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
<p>
|
||||
<li>The latest development version of SWIG can be retrieved using
|
||||
<li><p>The latest development version of SWIG can be retrieved using
|
||||
|
||||
<p>
|
||||
<pre>
|
||||
% cvs checkout SWIG
|
||||
</pre>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<li>To build the system, follow these steps
|
||||
<p>
|
||||
<li><p>To build the system, follow these steps
|
||||
|
||||
<pre>
|
||||
% cd SWIG
|
||||
% ./autogen.sh
|
||||
|
|
@ -75,9 +64,8 @@ CVS password: <press enter here>
|
|||
% make install
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
<li>To check the build, run the tests:
|
||||
<p>
|
||||
<li><p>To check the build, run the tests:
|
||||
|
||||
<pre>
|
||||
% make -k check </pre>
|
||||
This could take up to an hour or longer. If you are interested in a particular language,
|
||||
|
|
@ -94,7 +82,7 @@ accept code modifications unless you are a developer.
|
|||
|
||||
<h3> Build Issues </h3>
|
||||
Here are some guidelines should you be experiencing problems building SWIG from CVS.
|
||||
<p>
|
||||
|
||||
<ol>
|
||||
|
||||
<li>Check that you have a complete update from the SWIG CVS repository.
|
||||
|
|
@ -124,11 +112,10 @@ If you are still having problems, send an email to <a href="mail.html">swig-dev<
|
|||
We are always looking for people to help out with various projects.
|
||||
|
||||
<ul>
|
||||
<li> Send email to to the <a href="mail.html">swig-dev</a> mailing list.
|
||||
<li><p> Send email to to the <a href="mail.html">swig-dev</a> mailing list.
|
||||
if you are interested in doing developer work and gaining write access to the CVS repository.
|
||||
|
||||
<p>
|
||||
<li> The <a href="mail.html">swig-dev</a> mailing list is the developer mailing list
|
||||
<li><p> The <a href="mail.html">swig-dev</a> mailing list is the developer mailing list
|
||||
and should be used to discuss coding issues, bugs, patches, and so forth.
|
||||
Subscription information and archives of recent activity can be found on the <a href="mail.html">mailing lists</a> page.
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue