
UHD Software Installation (Windows)¶
We provide UHD software installers for Windows users.
UHD software can be installed on Windows via pre-built installer packages (compiled with Microsoft Visual Studio 2010) or compiled from source.
- Currently Supported: XP, Vista, 7
Installer Packages¶
Unstable¶
Unstable installer packages are built from the master branch. These packages include all bugfixes, as well as new features.
Stable¶
Stable installer packages are built from the maint branch. These packages only include releases and bugfixes.
Releases¶
Release installer packages are built from release tags of the maint branch.
Older installers of all previous releases can be downloaded below:- <Newest>
- 003.005.003 (Win32) (Win64) - 2013/05/16
- 003.005.002 (Win32) (Win64) - 2013/03/26
- 003.005.001 (Win32) (Win64) - 2013/01/16
- 003.005.000 (Win32) (Win64) - 2012/10/19
- 003.004.005 (Win32) (Win64) - 2013/01/16
- 003.004.004 (Win32) (Win64) - 2012/10/19
- 003.004.003 (Win32) (Win64) - 2012/07/30
- 003.004.002 (Win32) (Win64) - 2012/05/24
- 003.004.001 (Win32) (Win64) - 2012/04/12
- 003.004.000 (Win32) (Win64) - 2012/03/21
- 003.003.002 - 2012/01/09
- 003.003.001 - 2011/11/01
- 003.003.000 - 2011/10/14
- 003.002.004 - 2011/09/23
- 003.002.003 - 2011/08/31
- 003.002.002 - 2011/08/16
- 003.002.001 - 2011/07/29
- 003.002.000 - 2011/07/28
- 003.001.002 - 2011/06/15
- 003.001.001 - 2011/06/06
- 003.001.000 - 2011/05/18
- 003.000.001 - 2011/04/01
- 003.000.000 - 2011/03/28
- <Oldest>
Post-Install Tasks¶
Using a USB-based device? Install the MSVC Redistributable Package:- Download MSVC Redistributable Package
Source Code¶
You can build UHD software from source. There are two choices of compilers for Windows users:- Microsoft Visual Studio Express.
- Users can develop with the free version.
- MinGW
- An alternative to using a Microsoft compiler.
Follow the Build Instructions.