mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 11:34:41 +00:00
added xgettext note for developers
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1825 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
211ff61898
commit
eb2ca3c930
4 changed files with 31 additions and 13 deletions
|
|
@ -135,14 +135,16 @@ and requests.</p>
|
|||
</div>
|
||||
<div class="section" id="cvs-access">
|
||||
<h1><a class="toc-backref" href="#id10" name="cvs-access">CVS access</a></h1>
|
||||
<p>The <a class="reference" href="http://sourceforge.net/cvs/?group_id=1913">SourceForge CVS page</a> has all the information on how to work
|
||||
with the development version of LinkChecker.</p>
|
||||
<p>The <a class="reference" href="http://sourceforge.net/cvs/?group_id=1913">SourceForge CVS page</a> has all the information on how to
|
||||
obtain the development version of LinkChecker. Development of
|
||||
LinkChecker requires some more software to be available, which
|
||||
is documented on the <cite>installation page</cite>.</p>
|
||||
<p><a class="reference" href="http://sourceforge.net/"><img align="right" alt="SourceForge Logo" height="31" src="http://sourceforge.net/sflogo.php?group_id=1913&type=1" width="88" /></a></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="footer" />
|
||||
<div class="footer">
|
||||
Generated on: 2004-09-01 09:10 UTC.
|
||||
Generated on: 2004-09-20 09:21 UTC.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -109,11 +109,15 @@ and requests.
|
|||
CVS access
|
||||
==========
|
||||
|
||||
The `SourceForge CVS page`_ has all the information on how to work
|
||||
with the development version of LinkChecker.
|
||||
The `SourceForge CVS page`_ has all the information on how to
|
||||
obtain the development version of LinkChecker. Development of
|
||||
LinkChecker requires some more software to be available, which
|
||||
is documented on the `installation page`.
|
||||
|
||||
.. _SourceForge CVS page:
|
||||
http://sourceforge.net/cvs/?group_id=1913
|
||||
.. _installation page:
|
||||
install.html
|
||||
|
||||
|
||||
.. image:: http://sourceforge.net/sflogo.php?group_id=1913&type=1
|
||||
|
|
|
|||
|
|
@ -39,12 +39,17 @@ also read the <a class="reference" href="upgrading.html">upgrading documentation
|
|||
<h1><a name="requirements-for-unix-linux-or-mac-os-x">Requirements for Unix/Linux or Mac OS X</a></h1>
|
||||
<ol class="arabic">
|
||||
<li><p class="first">You need a standard GNU development environment with</p>
|
||||
<ol class="loweralpha simple">
|
||||
<li>C compiler (for example the GNU C Compiler gcc)
|
||||
Depending on your distribution, several development packages
|
||||
<ol class="loweralpha">
|
||||
<li><p class="first">C compiler (for example the GNU C Compiler gcc)</p>
|
||||
<p>Depending on your distribution, several development packages
|
||||
might be needed to provide a fully functional C development
|
||||
environment.</li>
|
||||
<li>gettext</li>
|
||||
environment.</p>
|
||||
</li>
|
||||
<li><p class="first">gettext</p>
|
||||
<p>Note for developers: if you want to regenerate the .pot template
|
||||
from the source files, you will need xgettext with Python support.
|
||||
This is available in gettext >= 0.12.</p>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><p class="first">Python >= 2.3 from <a class="reference" href="http://www.python.org/">http://www.python.org/</a> with zlib support</p>
|
||||
|
|
@ -79,8 +84,8 @@ Be sure to install in the given order:<ol class="loweralpha">
|
|||
<li><p class="first">Install check</p>
|
||||
<p>Be sure to have installed all required Unix/Linux software listed above.</p>
|
||||
</li>
|
||||
<li><p class="first">Compile Python modules
|
||||
Run <tt class="literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">build</span></tt> to compile the Python files.
|
||||
<li><p class="first">Compile Python modules</p>
|
||||
<p>Run <tt class="literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">build</span></tt> to compile the Python files.
|
||||
For help about the setup.py script options, run
|
||||
<tt class="literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">--help</span></tt>.
|
||||
The CC environment variable is checked before compilation, so you can
|
||||
|
|
@ -175,7 +180,7 @@ they are working</li>
|
|||
</div>
|
||||
<hr class="footer" />
|
||||
<div class="footer">
|
||||
Generated on: 2004-09-05 10:53 UTC.
|
||||
Generated on: 2004-09-20 09:21 UTC.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -18,10 +18,16 @@ Requirements for Unix/Linux or Mac OS X
|
|||
1. You need a standard GNU development environment with
|
||||
|
||||
a) C compiler (for example the GNU C Compiler gcc)
|
||||
|
||||
Depending on your distribution, several development packages
|
||||
might be needed to provide a fully functional C development
|
||||
environment.
|
||||
|
||||
b) gettext
|
||||
|
||||
Note for developers: if you want to regenerate the .pot template
|
||||
from the source files, you will need xgettext with Python support.
|
||||
This is available in gettext >= 0.12.
|
||||
|
||||
2. Python >= 2.3 from http://www.python.org/ with zlib support
|
||||
|
||||
|
|
@ -57,6 +63,7 @@ Setup for Unix/Linux or Mac OS X
|
|||
Be sure to have installed all required Unix/Linux software listed above.
|
||||
|
||||
2. Compile Python modules
|
||||
|
||||
Run ``python setup.py build`` to compile the Python files.
|
||||
For help about the setup.py script options, run
|
||||
``python setup.py --help``.
|
||||
|
|
|
|||
Loading…
Reference in a new issue