added to install the MANIFEST creation

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2484 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-03-29 16:36:46 +00:00
parent 724ebf08ef
commit 5fb260a9d9
2 changed files with 14 additions and 4 deletions

View file

@ -90,7 +90,9 @@ Psyco from <a class="reference" href="http://psyco.sourceforge.net/">http://psyc
<p>Be sure to have installed all required Unix/Linux software listed above.</p>
</li>
<li><p class="first">Compile Python modules</p>
<p>Run <tt class="docutils literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">build</span></tt> to compile the Python files.
<p>Run <tt class="docutils literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">sdist</span> <span class="pre">--manifest-only</span></tt> to create the MANIFEST
file.
Run <tt class="docutils 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="docutils 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
@ -149,7 +151,10 @@ directory, for example <tt class="docutils literal"><span class="pre">c:\Python2
<p>Close the MSYS application (by typing <tt class="docutils literal"><span class="pre">exit</span></tt>) and open a DOS command
prompt.
Change to the <tt class="docutils literal"><span class="pre">linkchecker-X.X.X</span></tt> directory and run
<tt class="docutils literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">build</span> <span class="pre">-c</span> <span class="pre">mingw32</span> <span class="pre">bdist_wininst</span></tt>.</p>
<tt class="docutils literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">sdist</span> <span class="pre">--manifest-only</span></tt> to create the MANIFEST
file and
<tt class="docutils literal"><span class="pre">python</span> <span class="pre">setup.py</span> <span class="pre">build</span> <span class="pre">-c</span> <span class="pre">mingw32</span> <span class="pre">bdist_wininst</span></tt> to build a
binary installer.</p>
<p>This generates a binary installer
<tt class="docutils literal"><span class="pre">dist\linkchecker-X.X.X.win32-py2.4.exe</span></tt> which you just have to
execute.</p>
@ -201,7 +206,7 @@ working</li>
</div>
<hr class="docutils footer" />
<div class="footer">
Generated on: 2005-03-15 23:27 UTC.
Generated on: 2005-03-29 16:36 UTC.
</div>
</body>
</html>

View file

@ -68,6 +68,8 @@ Setup for Unix/Linux or Mac OS X
2. Compile Python modules
Run ``python setup.py sdist --manifest-only`` to create the MANIFEST
file.
Run ``python setup.py build`` to compile the Python files.
For help about the setup.py script options, run
``python setup.py --help``.
@ -133,7 +135,10 @@ Setup for Windows - compiling from source:
Close the MSYS application (by typing ``exit``) and open a DOS command
prompt.
Change to the ``linkchecker-X.X.X`` directory and run
``python setup.py build -c mingw32 bdist_wininst``.
``python setup.py sdist --manifest-only`` to create the MANIFEST
file and
``python setup.py build -c mingw32 bdist_wininst`` to build a
binary installer.
This generates a binary installer
``dist\linkchecker-X.X.X.win32-py2.4.exe`` which you just have to