INSTALL -*- mode: org; fill-column: 78 -*-
While trying to install Visual Studio 2008 on a Windows 2008 R2 machine you may get the following error:
You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5
This is because Windows 2008 R2 ships with the .NET 3.5.1 framework. You just need to enable the feature from Server Manager.
So before starting the Visual Studio 2008 Setup install the .NET Framework 3.5.1 Features from the Add Features Wizard in Server Manager.
After that when you run the Visual Studio 2008 Setup, the installer will detect that the 3.5 framework is already installed and skip to the next step.
It can be installed from http://code.google.com/p/msysgit/downloads/list.
git clone --recursive git@git.boostpro.com:boost/installer.git
This is for building Boost.MPI.
These are installed by copying their Plugins/*.dll files into the NSIS Plugins folder.
From the website:
File ZipDLL.nsh (Modified: 2004-02-14 10:22) has a syntax error that has to be fixed manually: uncomment the !endif instruction on line 357.
This change has been made for the ZIP file which is committed to the installer project.
build-installer.py --build-libs --zip --build-installer --build-tools \
[--dvd] e:\installer\boost
zlib source code, from http://www.zlib.net/
libbz source code, from http://www.bzip.org/downloads.html
rsync -aP 1_50-installer/zips/ \
$USER@frs.sourceforge.net:/home/frs/project/b/bo/boost/boost-binaries/1.50.0/
rsync -aP 1_50-installer/zips/ bite:/srv/wordpress/data/boost-binaries/1_50/
Run NSIS on the generated .nsi file by right-clicking on it and selecting “Compile NSIS script”.