| Version 15 (modified by chris-mac, 2 years ago) (diff) |
|---|
work in progress...
Prerequisites
- Visual Studio 2008 Express - ISO*
- Windows Server 2003 R2 Platform SDK - ISO*
- DirectX SDK
- QT 4.7.3
- Mercurial
- CMake
- Boost 1.46.1**
- NSIS
* burn to CD/DVD or use Daemon Tools to mount directly.
** extract to C:\Program Files\boost
Environment Variables
Now we need to set all environment variables. Create a .bat file with the content as below, open the console and run it:
@SET QTDIR=C:\Qt\4.7.3 @SET INCLUDE=%INCLUDE%;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include @SET INCLUDE=%INCLUDE%;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\atl @SET INCLUDE=%INCLUDE%;C:\Program Files\Microsoft DirectX SDK (August 2007)\Include @SET LIB=%LIB%;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib @SET PATH=%PATH%;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin @SET PATH=%PATH%;C:\Qt\4.7.3\bin;c:\Program Files\Mercurial @SET BOOST_ROOT=C:\Program Files\boost\boost_1_46_1 @"C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat"
Source code
To get the latest source code run:
hg clone http://hg.qutecom.org/qutecom-3.0
