[pypy-svn] r64267 - pypy/trunk/pypy/doc

afa at codespeak.net afa at codespeak.net
Fri Apr 17 14:24:13 CEST 2009


Author: afa
Date: Fri Apr 17 14:24:13 2009
New Revision: 64267

Modified:
   pypy/trunk/pypy/doc/windows.txt
Log:
Argh, libexpat.dll is also needed by pypy.
I happen to have one copy in my Oracle client installation, which is in my PATH...


Modified: pypy/trunk/pypy/doc/windows.txt
==============================================================================
--- pypy/trunk/pypy/doc/windows.txt	(original)
+++ pypy/trunk/pypy/doc/windows.txt	Fri Apr 17 14:24:13 2009
@@ -72,7 +72,10 @@
 directory.  Then open the project file ``expat.dsw`` with Visual
 Studio; follow the instruction for converting the project files,
 switch to the "Release" configuration, and build the solution (the
-``expat_static`` project is actually enough for pypy).
+``expat`` project is actually enough for pypy).
+
+Then, copy the file ``win32\bin\release\libexpat.dll`` somewhere in
+your PATH.
 
 The OpenSSL library
 ~~~~~~~~~~~~~~~~~~~



More information about the Pypy-commit mailing list