Changes between Version 58 and Version 59 of CompileClient


Ignore:
Timestamp:
Jun 11, 2009, 12:24:14 PM (15 years ago)
Author:
Ageless
Comment:

added to warning, changed description

Legend:

Unmodified
Added
Removed
Modified
  • CompileClient

    v58 v59  
    191191* [http://www.sqlite.org/sqlite-amalgamation-3_6_14_2.zip Sqlite3][[br]]
    192192
    193 '''WARNING:''' Do not use the OpenSSL, zlib1 and libCurl 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.
     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.
    194194
    195195Unzip 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.
     
    274274==== Sqlite3 ====
    275275
    276 Open the zip file for sqlite3 that you downloaded, but do not unzip the contents yet.
     276Open 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)
    277277
    278278Start Visual Studio 2008. [[br]]