Changes between Version 11 and Version 12 of CompileClient
- Timestamp:
- Jun 29, 2007, 12:06:39 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v11 v12 52 52 NOTE: When using Visual C++ 2005 Express Edition, 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.8.4 of [http://www.wxwidgets.org/ WxWidgets]: 55 56 * Download and install the !WxWidgets source according to instructions on the web site.54 * [SourceCode Download the current BOINC source code]. 55 * Download version 2.8.4 of [http://www.wxwidgets.org/ WxWidgets]. 56 * Install the !WxWidgets source according to instructions on the web site. 57 57 * 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. 58 58 * Build !WxWidgets. See [http://www.wxwidgets.org/wiki/index.php/Compiling_WxWidgets Compiling WxWidgets] for details.