Changes between Version 11 and Version 12 of CompileClient


Ignore:
Timestamp:
06/29/07 21:06:39 (6 years ago)
Author:
Ageless
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileClient

    v11 v12  
    5252NOTE: 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. 
    5353 
    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. 
    5757 * 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. 
    5858 * Build !WxWidgets. See [http://www.wxwidgets.org/wiki/index.php/Compiling_WxWidgets Compiling WxWidgets] for details.