Changes between Version 51 and Version 52 of CompileClient
- Timestamp:
- Jun 11, 2009, 9:17:30 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v51 v52 83 83 84 84 * Start Visual Studio 2005 -> Visual C++ 2005 (Express Edition) 85 * Go File->Open Solution-><BOINCSRCDIR/>\win_build\boinc.sln and click Open. 85 * First we set up VS 2005 to use the Platform SDK: 86 * Tools->Options. 87 * Open Projects and Solutions->VC++ Directories. 88 * Make sure your Platform is correctly set (Win32 for instance). 89 * Now from the drop down menu in the top right corner, select Include files and point it to the Win Platform Server 2k3 R2 Platform SDK\Include directory. 90 * Then select Library files from the drop down menu and point it to Win Platform Server 2k3 R2 Platform SDK\Lib 91 * OK out of there. 92 * Then go File->Open Solution-><BOINCSRCDIR/>\win_build\boinc.sln and click Open. 86 93 * Set up Visual Studio to use the correct platform. 87 94 * From the drop-down menu choose either Win32 (for 32 bit platforms) or x64 (for 64 bit platforms) and choose to make it a Release/Debug version. … … 114 121 * When using the full version of Visual Studio 2008, use [http://www.microsoft.com/downloads/details.aspx?FamilyId=FBEE1648-7106-44A7-9649-6D9F6D58056E this link] to update to Service Pack 1. 115 122 116 To be backward compatible with VS 2005 versions and be able to build BOINC for older than Windows XP versions, you will need to download and install:117 123 * The [http://www.microsoft.com/downloads/details.aspx?FamilyId=0BAF2B35-C656-4969-ACE8-E4C0C0716ADB Windows Platform Server 2003 R2 Platform SDK]. 118 124 * Update it with the [http://www.microsoft.com/express/download/default.aspx MSDN Express Library] for the Express Edition. … … 125 131 126 132 * [SourceCode Download the current BOINC source code] (126MB) 127 * Don't forget to download the [http://boinc.berkeley.edu/trac/browser/trunk/boinc_depends_win_vs2005 Additional Dependencies] (approx. 1GB) 133 * Don't forget to download the [http://boinc.berkeley.edu/trac/browser/trunk/boinc_depends_win_vs2005 Additional Dependencies] (approx. 1GB) 134 * Yes, even for building with VS2008, you will need the Additional Dependency download, as the source code points to it. 128 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). 129 136 … … 141 148 142 149 * Start Visual Studio 2008 -> Visual C++ 2008 (Express Edition) 150 * First we set up VS 2008 to use the Platform SDK: 151 * Tools->Options. 152 * Open Projects and Solutions->VC++ Directories. 153 * Make sure your Platform is correctly set (Win32 for instance). 154 * Now from the drop down menu in the top right corner, select Include files and point it to the Win Platform Server 2k3 R2 Platform SDK\Include directory. 155 * Then select Library files from the drop down menu and point it to Win Platform Server 2k3 R2 Platform SDK\Lib 156 * OK out of there. 143 157 * Go File->Open Solution-><BOINCSRCDIR/>\win_build\boinc.sln and click Open. 144 158 * Set up Visual Studio to use the correct platform. From the drop-down menu choose either Win32 (for 32 bit platforms) or x64 (for 64 bit platforms) and choose to make it a Release/Debug version.