Changes between Version 5 and Version 6 of CompileClient


Ignore:
Timestamp:
Jun 29, 2007, 9:08:44 AM (17 years ago)
Author:
Ageless
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileClient

    v5 v6  
    5252NOTE: When using the express SKU, you will also need to download and install the Windows Platform SDK. See this [http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ article] for further details.
    5353
    54 Install version 2.6.3 of [http://www.wxwidgets.org/ WxWidgets]:
     54Install version 2.8.4 of [http://www.wxwidgets.org/ WxWidgets]:
    5555
    5656 * Download and install the !WxWidgets source according to instructions on the web site.
    5757 * In Settings/Control Panel/System, select Advanced; click Environment Variables. Under 'User variables' click New. Create a variable named 'wxwin' with value 'c:\wx' (or wherever you installed it). Then restart Visual Studio.
     58 * Build !WxWidgets. See [http://www.wxwidgets.org/wiki/index.php/Compiling_WxWidgets Compiling WxWidgets] for details.
     59 * When done, go File->Close Solution.
     60 * Then go File->Open Solution->%drive%://boinc/win_build/boinc.sln and press Open.
     61 * Set up Visual Studio to use the correct platform. From the drop-down menu choose either Win32 (for 32 bit platforms) or x64 (for 64 bit platforms) and choose to make it a Release version.
     62 * Go to the Build menu, Build Solution.
    5863
    59 Open boinc/win_build/boinc.sln, and build. TODO: instructions for creating an installer with Installshield X.
     64All files will be built to %drive%://boinc/win_build/Build/Win32/Release (or Build/x64/Release for 64 bit versions).
     65Versions compiled with Visual C++ 2005 Express use the optimizing compiler. Benchmarks are the same as on versions released by Berkeley.
     66
     67TODO: instructions for creating an installer with Installshield X.
    6068
    6169== Mac OS X ==