• Home
  • Raw
  • Download

Lines Matching +full:linux +full:- +full:stable +full:- +full:openssl

2 -------------------------------------
32 -----------
50 Python wrapper for accelerated XML parsing, which incorporates stable
70 ----------
74 svn export http://svn.python.org/projects/external/tix-8.4.0
77 ---------------
78 Use "Start -> All Programs -> Microsoft Visual Studio .NET 2003
79 -> Visual Studio .NET Tools -> Visual Studio .NET 2003 Command Prompt"
82 nmake -f makefile.vc
83 nmake -f makefile.vc INSTALLDIR=..\..\tcltk install
88 nmake -f makefile.vc test
90 On WinXP Pro, wholly up to date as of 30-Aug-2004:
95 --------
97 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12
98 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 INSTALLDIR=..\..\tcltk install
106 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 test
108 On WinXP Pro, wholly up to date as of 30-Aug-2004:
114 ---------
115 cd dist\tix-8.4.0\win
116 nmake -f python.mak
117 nmake -f python.mak install
125 svn export http://svn.python.org/projects/external/bzip2-1.0.3
127 A custom pre-link step in the bz2 project settings should manage to
128 build bzip2-1.0.3\libbz2.lib by magic before bz2.pyd (or bz2_d.pyd) is
131 bzip2-1.0.3\ when you do a clean, so if you want to rebuild bzip2.lib
132 you need to clean up bzip2-1.0.3\ by hand.
138 All of this managed to build bzip2-1.0.3\libbz2.lib, which the Python
146 svn export http://svn.python.org/projects/external/db-4.4.20
151 devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static
155 devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Debug /project db_static
167 Unpack the sources; if you downloaded the non-crypto version, rename
168 the directory from db-4.4.20.NC to db-4.4.20.
173 dist\db-4.4.20\docs\index.html
175 and follow the "Windows->Building Berkeley DB with Visual C++ .NET"
180 To run extensive tests, pass "-u bsddb" to regrtest.py. test_bsddb3.py
184 XXX me) or on Linux (according to Barry). (I had much better luck
187 XXX DBAgainError: (11, 'Resource temporarily unavailable -- unable
190 XXX and it appears timing-dependent. On Win2K I also saw this once:
202 XXX DBLockDeadlockError: (-30996, 'DB_LOCK_DEADLOCK: Locker killed
210 - open a VS.NET 2003 command prompt
211 - run the SDK setenv.cmd script, passing /RETAIL and the target
213 - build BerkeleyDB with the solution configuration matching the
215 devenv db-4.4.20\build_win32\Berkeley_DB.sln /build "Release AMD64" /project db_static /useenv
222 svn export http://svn.python.org/projects/external/sqlite-source-3.3.4
232 svn export http://svn.python.org/projects/external/openssl-0.9.8a
234 Alternatively, get the latest version from http://www.openssl.org.
235 You can (theoretically) use any version of OpenSSL you like - the
240 as this is used by the OpenSSL build process. Complain to them <wink>.
243 the build. This Python script locates and builds your OpenSSL
247 being able to find OpenSSL sources, or not being able to find a Perl
248 that works with OpenSSL) and give a reasonable error message.
252 should be able to be run directly from the command-line.
254 build_ssl.py/MSVC isn't clever enough to clean OpenSSL - you must do
258 --------------------
262 SDK, in particular the 64-bit support. This includes an Itanium compiler
270 ------------------
277 --------------------------------------------------
297 no longer available for download - see above
299 … from http://www.microsoft.com/downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a
301 … from http://www.microsoft.com/downloads/details.aspx?FamilyID=9b3a2ca6-3647-4070-9f41-a333c6b9181d
306 compiler supplied with the .NET SDK is a non-optimising version). The
308 (the Windows 2003 Server SP1 edition, typical install, is known to work -
316 If you intend to build the openssl (needed for the _ssl extension) you
322 "nightly build" versions are known NOT to work - it is not clear at
328 "Windows XP 32-bit retail" version is known to work.
354 "win64" directory are 32-bit programs, so they are fine to use here.
359 nant -buildfile:python.build all
369 subversion repository - building from original sources should work, but
378 The tix makefile (tix-8.4.0\win\makefile.vc) must be modified to
391 to the directory db-4.4.20\build_win32.
393 The file db_static.vcproj in db-4.4.20\build_win32 should be edited to
394 remove the string "$(SolutionDir)" - this occurs in 2 places, only
395 relevant for 64-bit builds. (The edit is required as otherwise, nant
399 nant -buildfile:db.build all
400 run from the db-4.4.20\build_win32 directory.
423 -----------------------
425 with easy-to-follow instructions in ../PC/example/; read the file