Changes between Version 53 and Version 54 of CompileClient


Ignore:
Timestamp:
Jun 11, 2009, 10:38:18 AM (15 years ago)
Author:
Ageless
Comment:

wxwin adjustment

Legend:

Unmodified
Added
Removed
Modified
  • CompileClient

    v53 v54  
    6868 * [SourceCode Download the current BOINC source code] (126MB)
    6969 * Don't forget to download the [http://boinc.berkeley.edu/trac/browser/trunk/boinc_depends_win_vs2005 Additional Dependencies] (approx. 1GB)
    70  * 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).
     70 * In Windows, Start->(Settings)->Control Panel->System, select Advanced; click Environment Variables. Under 'User variables' click New. Create a variable named 'wxwin' with value as in the example below.
    7171
    7272   || Build Target  || Build Platform || wxWidget Version || Environment Variable ||
     
    7878{{{
    7979Example Environment Variables:
    80 WXWIN=C:\Src\SDKs\wx28
    81 WXWINX64=C:\Src\SDKs\wx28x64
    82 }}}
     80WXWIN=C:\Src\boinc_depends_win_vs2005\wxwidgets\mswin\Win32
     81WXWINX64=C:\Src\boinc_depends_win_vs2005\wxwidgets\mswin\x64
     82}}}
     83The above are examples. If you saved the boinc_depends_win_vs2005 directory elsewhere, adjust the path.
    8384
    8485 * Start Visual Studio 2005 -> Visual C++ 2005 (Express Edition)
     
    133134 * Don't forget to download the [http://boinc.berkeley.edu/trac/browser/trunk/boinc_depends_win_vs2005 Additional Dependencies] (approx. 1GB)
    134135  * Yes, even for building with VS2008, you will need the Additional Dependency download, as the source code points to it.
    135  * 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).
     136 * 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' as in the example below.
    136137
    137138   || Build Target  || Build Platform || wxWidget Version || Environment Variable ||
     
    143144{{{
    144145Example Environment Variables:
    145 WXWIN=C:\Src\SDKs\wx28
    146 WXWINX64=C:\Src\SDKs\wx28x64
    147 }}}
     146WXWIN=C:\Src\boinc_depends_win_vs2005\wxwidgets\mswin\Win32
     147WXWINX64=C:\Src\boinc_depends_win_vs2005\wxwidgets\mswin\x64
     148}}}
     149The above are examples. If you saved the boinc_depends_win_vs2005 directory elsewhere, adjust the path.
     150
    148151
    149152 * Start Visual Studio 2008 -> Visual C++ 2008 (Express Edition)