Changes between Version 78 and Version 79 of CompileClient


Ignore:
Timestamp:
Feb 13, 2013, 9:29:45 AM (11 years ago)
Author:
Christian Beer
Comment:

changed link to source for new git repo

Legend:

Unmodified
Added
Removed
Modified
  • CompileClient

    v78 v79  
    7171
    7272 * [SourceCode Download the current BOINC source code] (126MB)
    73  * Download the [http://boinc.berkeley.edu/trac/browser/trunk/boinc_depends_win_vs2005 VS2005 Additional Dependencies] (approx. 1GB)
    74   * See [http://boinc.berkeley.edu/trac/wiki/SourceCode#UsingSubversion Using Subversion] on how to download the additional dependencies.
     73 * Download the [source:boinc_depends_win_vs2005 VS2005 Additional Dependencies] (approx. 1GB)
     74  * See [SourceCodeGit#Windowsbuilddependencies Windows build dependencies] on how to download the additional dependencies.
    7575 * 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.
    7676
     
    163163Inside of this directory you will download and create two directories with source codes coming from two separate projects: "Boinc" and "boinc_depends_win_vs2005". Here is how you get them:
    164164
    165  * [SourceCode Download the current BOINC source code] [http://boinc.berkeley.edu/svn/trunk/boinc Boinc] (126MB)
    166  * Download the [http://boinc.berkeley.edu/trac/browser/trunk/boinc_depends_win_vs2005 VS2005 Additional Dependencies] (approx. 830MB)
    167   * See [http://boinc.berkeley.edu/trac/wiki/SourceCode#UsingSubversion Using Subversion] on how to download the additional dependencies.
     165 * [SourceCode Download the current BOINC source code] [source:boinc Boinc] (126MB)
     166 * Download the [source:boinc_depends_win_vs2005 VS2005 Additional Dependencies] (approx. 830MB)
     167  * See [SourceCodeGit#Windowsbuilddependencies Windows build dependencies] on how to download the additional dependencies.
    168168  * Yes, even for building with VS2008, you will need the Additional Dependency download, as the source code points to it.
    169169
     
    184184
    185185 * Go File->Open Solution-><BOINCSRCDIR/>\win_build\boinc.sln and click Open.
    186  * 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.
    187 
    188 Correct small error in the project "boincsvcctrl". Go to properties of the project (Right click, properties), Configuration Properties/Manifest Tool/Input and output - clean the "Additional Manifest Files" field.
     186 * 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.
     187
     188Correct small error in the project "boincsvcctrl". Go to properties of the project (Right click, properties), Configuration !Properties/Manifest !Tool/Input and output - clean the "Additional Manifest Files" field.
    189189This will remove the conflict, that would otherwise give compilation error: Error 96 manifest authoring error.
    190190
     
    214214==== zlib ====
    215215
    216 In Visual C++ go File->Open->Project/Solution, navigate to c:\zlib\projects\visualc6\ and choose zlib.dsw
     216In Visual C++ go File->Open->!Project/Solution, navigate to c:\zlib\projects\visualc6\ and choose zlib.dsw
    217217If it asks to save to the sln file or to convert the present files, answer yes to everything.
    218218
     
    240240==== Curl ====
    241241
    242 In Visual C++ go File->Open->Project/Solution, navigate to c:\curl\ and choose vc6curl.dsw
     242In Visual C++ go File->Open->!Project/Solution, navigate to c:\curl\ and choose vc6curl.dsw
    243243If it asks to convert the present files, answer yes to everything.
    244244