« Previous - Version 6/35 (diff) - Next » - Current version
Nick Corgan, 03/29/2012 04:40 pm


UHD Installation (Windows)

Pre-Installation

If you are using our binaries or compiling UHD yourself using MSVC, you will need to download the MSVC Redistributable Package.

Installer Packages

We provide installation packages for UHD that include all run-time dependencies. These binaries are generated every weekend, and we provide the following:
  • UHD bugfixes
  • ZIP files of the UHD images used when forming the binary
Binaries of all previous releases and images can be downloaded below:

Along with binaries of all UHD releases, we host installers with the latest bug fixes, which can be downloaded here

Source Code

The UHD source is stored in a git repository. To download it, follow these instructions:

git clone git://code.ettus.com/ettus/uhd.git

-- Is your corporate or university firewall blocking the git protocol?
-- Try this HTTP mirror (updated daily) instead.

git clone http://github.com/Ettus/Research/UHD-Mirror.git
Our source code is divided into three main branches:
  • maint: This branch has all of our bug fixes since the last release, but there are no new features.
    • FPGA/FW package for maint branch on last stable release
  • master: This is our main branch, with updated new features and bug fixes.
  • next: This branch has new features that are under development but aren't quite stable enough for the master branch.

All of our releases are associated with tags in the repository. Alternatively, you can download the source of any release here.

Once you download the source code, follow the Build Guide for installation instructions.

Post-Install Tasks

Using a USB-based device?