Changes between Version 58 and Version 59 of CompileClient
- Timestamp:
- Jun 11, 2009, 12:24:14 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v58 v59 191 191 * [http://www.sqlite.org/sqlite-amalgamation-3_6_14_2.zip Sqlite3][[br]] 192 192 193 '''WARNING:''' Do not use the OpenSSL, zlib1 and libCurlversions from the additional_dependency_VS2005 download, these are prepped for VS2005 only and will not work in BOINC compiled with VS2008! You will need to build these files by hand for VS2008 compatibility.193 '''WARNING:''' Do not use the OpenSSL, zlib1, libCurl and sqlite3 versions from the additional_dependency_VS2005 download, these are prepped for VS2005 only and will not work in BOINC compiled with VS2008! You will need to build these files by hand for VS2008 compatibility. 194 194 195 195 Unzip the files to easy to reach directories. In the next examples I'll use c:\openssl\, c:\zlib\, c:\curl\ and c:\sqlite3 as the directories of choice. Especially for the OpenSSL directory, make sure you have '''no''' spaces anywhere in the path, use hyphens or underscores if need be or else the command line build will break. For the write up I am assuming to use the 32bit option only. If you want to use the 64bit option, make sure you substitute Win32 with Win64 wherever mentioned. … … 274 274 ==== Sqlite3 ==== 275 275 276 Open the zip file for sqlite3 that you downloaded, but do not unzip the contents yet.276 Open the c:\sqlite3\sqlite3.zip file that you downloaded, but do not unzip the contents yet. (Preferably use an external program such as 7zip, Winzip or WinRAR) 277 277 278 278 Start Visual Studio 2008. [[br]]