mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 13:14:46 +00:00
python2.4
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2104 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
4e2169ad45
commit
3945c17e38
2 changed files with 17 additions and 17 deletions
|
|
@ -117,7 +117,7 @@ documentation.</p>
|
|||
<li><p class="first">Install check</p>
|
||||
<p>Be sure to have installed all required windows software listed above.</p>
|
||||
</li>
|
||||
<li><p class="first">Execute the <tt class="literal"><span class="pre">linkchecker-x.xx.win32-py2.3.exe</span></tt> file and follow
|
||||
<li><p class="first">Execute the <tt class="literal"><span class="pre">linkchecker-x.xx.win32-py2.4.exe</span></tt> file and follow
|
||||
the instructions.</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
|
@ -129,16 +129,16 @@ the instructions.</p>
|
|||
<p>Be sure to have installed all required Unix/Linux software listed above.</p>
|
||||
</li>
|
||||
<li><p class="first">Preparing Python for the MinGW compiler</p>
|
||||
<p>Search the file python23.dll in your windows folder.
|
||||
<p>Search the file python24.dll in your windows folder.
|
||||
After you found it, launch MSYS. Change into the windows folder,
|
||||
for example <tt class="literal"><span class="pre">cd</span> <span class="pre">c:\winnt\system32</span></tt>. Then execute
|
||||
<tt class="literal"><span class="pre">pexports</span> <span class="pre">python23.dll</span> <span class="pre">></span> <span class="pre">python23.def</span></tt>.
|
||||
<tt class="literal"><span class="pre">pexports</span> <span class="pre">python24.dll</span> <span class="pre">></span> <span class="pre">python24.def</span></tt>.
|
||||
Then use the dlltool with
|
||||
<tt class="literal"><span class="pre">dlltool</span> <span class="pre">--dllname</span> <span class="pre">python23.dll</span> <span class="pre">--def</span> <span class="pre">python23.def</span> <span class="pre">--output-lib</span>
|
||||
<span class="pre">libpython23.a</span></tt>.
|
||||
<tt class="literal"><span class="pre">dlltool</span> <span class="pre">--dllname</span> <span class="pre">python24.dll</span> <span class="pre">--def</span> <span class="pre">python24.def</span> <span class="pre">--output-lib</span>
|
||||
<span class="pre">libpython24.a</span></tt>.
|
||||
The resulting library has to be placed in the same directory as
|
||||
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>
|
||||
python24.lib. (Should be the libs directory under your Python installation
|
||||
directory, for example <tt class="literal"><span class="pre">c:\Python24\Libs\</span></tt>.)</p>
|
||||
</li>
|
||||
<li><p class="first">Compile gettext translations</p>
|
||||
<p>Still in the MSYS window, change to the <tt class="literal"><span class="pre">linkchecker-X.X.X\po</span></tt>
|
||||
|
|
@ -150,7 +150,7 @@ 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">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
|
||||
<tt class="literal"><span class="pre">dist\linkchecker-X.X.X.win32-py2.4.exe</span></tt> which you just have to
|
||||
execute.</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
|
@ -199,7 +199,7 @@ working</li>
|
|||
</div>
|
||||
<hr class="footer" />
|
||||
<div class="footer">
|
||||
Generated on: 2004-12-07 12:47 UTC.
|
||||
Generated on: 2004-12-07 22:12 UTC.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ Setup for Windows - the binary .exe installer:
|
|||
|
||||
Be sure to have installed all required windows software listed above.
|
||||
|
||||
2. Execute the ``linkchecker-x.xx.win32-py2.3.exe`` file and follow
|
||||
2. Execute the ``linkchecker-x.xx.win32-py2.4.exe`` file and follow
|
||||
the instructions.
|
||||
|
||||
Setup for Windows - compiling from source:
|
||||
|
|
@ -109,16 +109,16 @@ Setup for Windows - compiling from source:
|
|||
|
||||
2. Preparing Python for the MinGW compiler
|
||||
|
||||
Search the file python23.dll in your windows folder.
|
||||
Search the file python24.dll in your windows folder.
|
||||
After you found it, launch MSYS. Change into the windows folder,
|
||||
for example ``cd c:\winnt\system32``. Then execute
|
||||
``pexports python23.dll > python23.def``.
|
||||
``pexports python24.dll > python24.def``.
|
||||
Then use the dlltool with
|
||||
``dlltool --dllname python23.dll --def python23.def --output-lib
|
||||
libpython23.a``.
|
||||
``dlltool --dllname python24.dll --def python24.def --output-lib
|
||||
libpython24.a``.
|
||||
The resulting library has to be placed in the same directory as
|
||||
python23.lib. (Should be the libs directory under your Python installation
|
||||
directory, for example ``c:\Python23\Libs\``.)
|
||||
python24.lib. (Should be the libs directory under your Python installation
|
||||
directory, for example ``c:\Python24\Libs\``.)
|
||||
|
||||
3. Compile gettext translations
|
||||
|
||||
|
|
@ -133,7 +133,7 @@ Setup for Windows - compiling from source:
|
|||
``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
|
||||
``dist\linkchecker-X.X.X.win32-py2.4.exe`` which you just have to
|
||||
execute.
|
||||
|
||||
After installation
|
||||
|
|
|
|||
Loading…
Reference in a new issue