Changes between Version 15 and Version 16 of CompileClient
- Timestamp:
- Jul 3, 2007, 10:20:15 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v15 v16 54 54 55 55 * [SourceCode Download the current BOINC source code]. 56 * Download version 2.6.4 of [http://www.wxwidgets.org/ WxWidgets]. 56 * Download version 2.6.4 of [http://www.wxwidgets.org/ WxWidgets]. (** 57 57 * Install the !WxWidgets source according to instructions on the web site. 58 58 * In Windows, Start->(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. … … 66 66 Versions compiled with Visual C++ 2005 Express use the optimizing compiler. Benchmarks are the same as on versions released by Berkeley. 67 67 68 You can easily ignore all of the warnings that you get when building. Most of them are for the eyes of the developers. 68 You can easily ignore all of the warnings that you get when building. Most of them are for the eyes of the developers. 69 70 (** If you have '''errors''' building any part of BOINC with wxwidgets 2.6.4, then build it with wxwidgets 2.8.4 or above. 69 71 70 72 TODO: instructions for creating an installer with Installshield X.