Excepted that the Cool VL Viewer for now still requires VS2005.
Here are the old instructions.
There are also two scripts for helping the compilation process, that are part of the Cool VL Viewer sources: linden/indra/winbuild.bat (to run to get the VS2005 project file built) and linden/indra/winprepackage.bat to run after the compilation is finished, to get the ready-to-run files copied into linden/indra/viewer-win32-release. You will perhaps need to modify the scripts to match the paths on your system (C:\Programs Files, for example).
So, the instructions would be:
- Follow the Wiki instructions to install VS2005, the MSVC SDK, the Quick Time SDK, the DirectX9 SDK, Cygwin, cmake and Python on your system.
- Get all the Cool VL Viewer files from the download page (sources, libraries, artwork and fmod Windows).
- Unpack the fmod archive into C:/Programs Files/fmodapi375win/
- Unpack the sources, libraries and artwork tarballs (they should all unpack into a single linden/ directory).
- Run winbuild.bat.
- Compile the viewer from VS2005 (just open the linden/indra/build-vc80/viewer.vcproj file, select "Release" as the build target and hit F7 to launch the compilation).
- Run winprepackage.bat.