mirror of
https://github.com/python/cpython.git
synced 2026-01-07 07:52:29 +00:00
It's necessary to do a Debug build of the bsddb project too.
This commit is contained in:
parent
7ccbb0770c
commit
6da8cebe3c
1 changed files with 6 additions and 2 deletions
|
|
@ -155,9 +155,13 @@ _bsddb
|
|||
svn export http://svn.python.org/projects/external/db-4.4.20
|
||||
|
||||
|
||||
Then open a VS.NET 2003 shell, and invoke
|
||||
Then open a VS.NET 2003 shell, and invoke:
|
||||
|
||||
devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static
|
||||
devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static
|
||||
|
||||
and do that a second time for a Debug build too:
|
||||
|
||||
devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Debug /project db_static
|
||||
|
||||
Alternatively, if you want to start with the original sources,
|
||||
go to Sleepycat's download page:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue