mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-26 06:53:44 +00:00
document binary windows installer
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1699 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
46795e2c6a
commit
25f6a6a1a4
2 changed files with 20 additions and 9 deletions
|
|
@ -122,12 +122,17 @@ python23.lib. (Should be the libs directory under your Python installation
|
|||
directory, for example <tt class="literal"><span class="pre">c:\Python23\Libs\</span></tt>.)</p>
|
||||
</li>
|
||||
<li><p class="first">Compile gettext translations</p>
|
||||
<p>Change to the linkchecker-X.X.X/po directory and run <tt class="literal"><span class="pre">%</span> <span class="pre">make</span> <span class="pre">win</span></tt>.</p>
|
||||
<p>Still in the MSYS window, change to the <tt class="literal"><span class="pre">linkchecker-X.X.X\po</span></tt>
|
||||
directory and run <tt class="literal"><span class="pre">%</span> <span class="pre">make</span> <span class="pre">win</span></tt>.</p>
|
||||
</li>
|
||||
<li><p class="first">Compile and install the LinkChecker Python modules</p>
|
||||
<p>Close the MSYS application and open a DOS command prompt.
|
||||
Change to the linkchecker-X.X.X directory and run
|
||||
<tt class="literal"><span class="pre">c:></span> <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">install</span></tt>.</p>
|
||||
<p>Close the MSYS application (by typing <tt class="literal"><span class="pre">exit</span></tt>) and open a DOS command
|
||||
prompt.
|
||||
Change to the <tt class="literal"><span class="pre">linkchecker-X.X.X</span></tt> directory and run
|
||||
<tt class="literal"><span class="pre">c:></span> <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>
|
||||
<p>This generates a binary installer
|
||||
<tt class="literal"><span class="pre">dist\linkchecker-X.X.X.win32-py2.3.exe</span></tt> which you just have to
|
||||
execute.</p>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
|
@ -166,7 +171,7 @@ they are working</li>
|
|||
</div>
|
||||
<hr class="footer" />
|
||||
<div class="footer">
|
||||
Generated on: 2004-09-02 09:57 UTC.
|
||||
Generated on: 2004-09-03 09:41 UTC.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -102,13 +102,19 @@ Setup for Windows
|
|||
|
||||
3. Compile gettext translations
|
||||
|
||||
Change to the linkchecker-X.X.X/po directory and run ``% make win``.
|
||||
Still in the MSYS window, change to the ``linkchecker-X.X.X\po``
|
||||
directory and run ``% make win``.
|
||||
|
||||
4. Compile and install the LinkChecker Python modules
|
||||
|
||||
Close the MSYS application and open a DOS command prompt.
|
||||
Change to the linkchecker-X.X.X directory and run
|
||||
``c:> python setup.py build -c mingw32 install``.
|
||||
Close the MSYS application (by typing ``exit``) and open a DOS command
|
||||
prompt.
|
||||
Change to the ``linkchecker-X.X.X`` directory and run
|
||||
``c:> python setup.py build -c mingw32 bdist_wininst``.
|
||||
|
||||
This generates a binary installer
|
||||
``dist\linkchecker-X.X.X.win32-py2.3.exe`` which you just have to
|
||||
execute.
|
||||
|
||||
|
||||
Installation for other platforms
|
||||
|
|
|
|||
Loading…
Reference in a new issue