Changes between Version 5 and Version 6 of CompileClient
- Timestamp:
- Jun 29, 2007, 9:08:44 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v5 v6 52 52 NOTE: 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. 53 53 54 Install version 2. 6.3of [http://www.wxwidgets.org/ WxWidgets]:54 Install version 2.8.4 of [http://www.wxwidgets.org/ WxWidgets]: 55 55 56 56 * Download and install the !WxWidgets source according to instructions on the web site. 57 57 * 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. 58 63 59 Open boinc/win_build/boinc.sln, and build. TODO: instructions for creating an installer with Installshield X. 64 All files will be built to %drive%://boinc/win_build/Build/Win32/Release (or Build/x64/Release for 64 bit versions). 65 Versions compiled with Visual C++ 2005 Express use the optimizing compiler. Benchmarks are the same as on versions released by Berkeley. 66 67 TODO: instructions for creating an installer with Installshield X. 60 68 61 69 == Mac OS X ==