Changes between Version 30 and Version 31 of CompileApp
- Timestamp:
- Aug 18, 2008, 10:47:30 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileApp
v30 v31 24 24 25 25 === Microsoft Visual Studio === 26 Go to boinc/samples/win_build. If you're using Visual Studio 2005, open samples.sln. 26 27 Go to boinc/win_build. If you're using Visual Studio 2005, open samples.sln. 27 28 If you're using Visual Studio 2003, open samples_2003.sln. 28 29 Select 'Build/Build Solution', or hit F7. 29 30 That's it! 31 32 {{{ 33 #!comment 34 What with VS/VC++ 2008? What with not existing file 'samples.sln' and other version for 2003? Now sample app build file is 'uc2.vcproj'? 35 Someone should review and rewrite above-mentioned instructions. --Simek 36 }}} 30 37 31 38 There is a free version, [http://msdn2.microsoft.com/en-us/express/aa975050.aspx Visual C++ 2008 Express Edition], … … 155 162 Our recommended approach is not to build directly on a Linux host, but rather: 156 163 157 * I nstall [http://www.microsoft.com/windows/virtualpc/ Microsoft Virtual PC 2004] ona 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). 158 165 * Download the [VmCompatibility Compatibility] virtual machine module. This is a Debian Linux system with the appropriate (old) version of gcc. 159 166 * Run this system under Virtual PC. 160 167 * Install the [SourceCode stable server code] on the virtual host. 161 * Build the BOINC libraries: go to the boinc/directory and type168 * Build the BOINC libraries: go to the 'boinc' directory and type 162 169 {{{ 163 170 _autosetup … … 165 172 make 166 173 }}} 174 167 175 Do not 'make install'. 168 176 * go to the boinc/samples/example_app directory and type