Changes between Version 30 and Version 31 of CompileApp


Ignore:
Timestamp:
Aug 18, 2008, 10:47:30 AM (16 years ago)
Author:
Simek
Comment:

corrections and comments (vagueness with building sample apps)

Legend:

Unmodified
Added
Removed
Modified
  • CompileApp

    v30 v31  
    2424
    2525=== Microsoft Visual Studio ===
    26 Go to boinc/samples/win_build. If you're using Visual Studio 2005, open samples.sln.
     26
     27Go to boinc/win_build. If you're using Visual Studio 2005, open samples.sln.
    2728If you're using Visual Studio 2003, open samples_2003.sln.
    2829Select 'Build/Build Solution', or hit F7.
    2930That's it!
     31
     32{{{
     33#!comment
     34What with VS/VC++ 2008? What with not existing file 'samples.sln' and other version for 2003? Now sample app build file is 'uc2.vcproj'?
     35Someone should review and rewrite above-mentioned instructions. --Simek
     36}}}
    3037
    3138There is a free version, [http://msdn2.microsoft.com/en-us/express/aa975050.aspx Visual C++ 2008 Express Edition],
     
    155162Our recommended approach is not to build directly on a Linux host, but rather:
    156163
    157  * Install [http://www.microsoft.com/windows/virtualpc/ Microsoft Virtual PC 2004] on a Windows XP machine (preferably one that's fast and has lots of disk).
     164 * If you are using Windows XP with SP2 or below install [http://www.microsoft.com/downloads/details.aspx?FamilyID=6d58729d-dfa8-40bf-afaf-20bcb7f01cd1&DisplayLang=en Microsoft Virtual PC 2004 SP1]. If you are using Windows XP with SP3 or Windows Vista install [http://www.microsoft.com/downloads/details.aspx?FamilyId=28C97D22-6EB8-4A09-A7F7-F6C7A1F000B5&displaylang=en Microsoft Virtual PC 2007 SP1]. We recommend to use a Windows XP machine (preferably one that's fast and has lots of disk).
    158165 * Download the [VmCompatibility Compatibility] virtual machine module. This is a Debian Linux system with the appropriate (old) version of gcc.
    159166 * Run this system under Virtual PC.
    160167 * Install the [SourceCode stable server code] on the virtual host.
    161  * Build the BOINC libraries: go to the boinc/directory and type
     168 * Build the BOINC libraries: go to the 'boinc' directory and type
    162169{{{
    163170_autosetup
     
    165172make
    166173}}}
     174
    167175 Do not 'make install'.
    168176 * go to the boinc/samples/example_app directory and type