Changes between Version 53 and Version 54 of CompileClient
- Timestamp:
- Jun 11, 2009, 10:38:18 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v53 v54 68 68 * [SourceCode Download the current BOINC source code] (126MB) 69 69 * 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. 71 71 72 72 || Build Target || Build Platform || wxWidget Version || Environment Variable || … … 78 78 {{{ 79 79 Example Environment Variables: 80 WXWIN=C:\Src\SDKs\wx28 81 WXWINX64=C:\Src\SDKs\wx28x64 82 }}} 80 WXWIN=C:\Src\boinc_depends_win_vs2005\wxwidgets\mswin\Win32 81 WXWINX64=C:\Src\boinc_depends_win_vs2005\wxwidgets\mswin\x64 82 }}} 83 The above are examples. If you saved the boinc_depends_win_vs2005 directory elsewhere, adjust the path. 83 84 84 85 * Start Visual Studio 2005 -> Visual C++ 2005 (Express Edition) … … 133 134 * Don't forget to download the [http://boinc.berkeley.edu/trac/browser/trunk/boinc_depends_win_vs2005 Additional Dependencies] (approx. 1GB) 134 135 * 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. 136 137 137 138 || Build Target || Build Platform || wxWidget Version || Environment Variable || … … 143 144 {{{ 144 145 Example Environment Variables: 145 WXWIN=C:\Src\SDKs\wx28 146 WXWINX64=C:\Src\SDKs\wx28x64 147 }}} 146 WXWIN=C:\Src\boinc_depends_win_vs2005\wxwidgets\mswin\Win32 147 WXWINX64=C:\Src\boinc_depends_win_vs2005\wxwidgets\mswin\x64 148 }}} 149 The above are examples. If you saved the boinc_depends_win_vs2005 directory elsewhere, adjust the path. 150 148 151 149 152 * Start Visual Studio 2008 -> Visual C++ 2008 (Express Edition)