[Gcblue-commits] gcb_wx/docs BUILDING.txt,1.3,1.4
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-06-08 21:58:21
|
Update of /cvsroot/gcblue/gcb_wx/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv864/docs Modified Files: BUILDING.txt Log Message: Added SQLite info Index: BUILDING.txt =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/docs/BUILDING.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** BUILDING.txt 8 Apr 2005 22:44:28 -0000 1.3 --- BUILDING.txt 8 Jun 2005 21:58:08 -0000 1.4 *************** *** 1,3 **** ! Updated April 2005 --- Download information --- --- 1,3 ---- ! Updated June 2005 --- Download information --- *************** *** 32,35 **** --- 32,40 ---- Download Python-2.3.3.tgz + * SQLite 2.8 + http://www.sqlite.org/sqlite-source-2_8_16.zip (sources for windows) + There also might be a precompiled download on that site that has the .lib, dll, and headers. + + --- Required libraries --- *************** *** 46,49 **** --- 51,55 ---- Python 2.3.3 C:\Python-2.3.3 Boost Python 1.31.0 C:\boost_1_31_0 + SQLite version 2.8 C:\sqlite --- Visual Studio Project Directories --- *************** *** 62,65 **** --- 68,72 ---- C:\libogg-1.1\include C:\libvorbis-1.0.1\include + C:\sqlite * Library files *************** *** 75,78 **** --- 82,86 ---- C:\libogg-1.1\lib C:\libvorbis-1.0.1\libs + C:\sqlite\lib *************** *** 251,252 **** --- 259,264 ---- - vorbisfile_static: 11 warnings debug, 15 warnings release + * Build SQLite version 2 + + + |