From: Robert K. <may...@us...> - 2001-10-12 23:16:02
|
Update of /cvsroot/bitcollider/bitcollider In directory usw-pr-cvs1:/tmp/cvs-serv22043 Modified Files: README.win32 Log Message: Updated for the BDB stuff Index: README.win32 =================================================================== RCS file: /cvsroot/bitcollider/bitcollider/README.win32,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** README.win32 2001/03/21 01:44:17 1.1 --- README.win32 2001/10/12 23:16:00 1.2 *************** *** 1,2 **** --- 1,27 ---- + Compilation notes for Win32: + ============================ + + Berkeley DB notes: + ------------------ + + To build the Berkeley DB support into the bitcollider you will need + to install the Berkeley DB from Sleepy Cat software: + + http://www.sleepycat.com + + The BDB installation needs to reside in a directory called 'db' at + the same level the bitcollider source directory. + + Example: If you unzipped the bitcollider source into C:\devel\bitcollider, + you must install the Berkeley DB into c:\devel\db. + + If you do not want to use the Berkeley DB with the Bitcollider, go into + the options for the project bc_dll and under Compile, Preprocessor + options, remove the define USE_BDB. + + + Vorbis Support notes: + --------------------- + In order to compile the vorbis plugin in win32, you must install the vorbis sdk into a directory called vorbis-sdk right alongside the *************** *** 5,6 **** --- 30,35 ---- Example: If you unzipped the bitcollider source into C:\devel\bitcollider, you must install the Vorbis SDK into C:\devel\vorbis-sdk + + If you do not want to build the Vorbis plugin, go to Project|Dependecies + and deselect the vorbis project from the dependecies of the bitcollider + project. |