« Previous -
Version 4/73
(diff) -
Next » -
Current version
Josh Blum, 03/30/2012 08:08 pm
GNU Radio+UHD Installation (Windows)¶
These binaries are generated and uploaded every weekend.
Unofficial Installer Packages¶
Our UHD .exe installers, necessary before installing GNU Radio, can be downloaded here:
Note: Only install the win32 version of UHD as the GNU Radio installer is only available in win32.
Our latest GNU Radio .exe installer files can be downloaded here.
Installation Tasks¶
Step 1) Install UHD and GNU Radio from installers
- Install UHD win32, see the Windows instruction page.
- In the installer wizard, choose to add uhd to the system path.
- Install GNU Radio from the installer package
- In the installer wizard, choose to add uhd to the system path.
- Set the %25PYTHONPATH%25 environment variable for your gnuradio install, this is usually:
- c:\program files (x86)\gnuradio\lib\site-packages
- I highly recommend using Rapid Environment Editor
Step 2) Install python dependencies
All dependencies are available in .exe format, with the exception of the easy_install stuff.
Note: dependencies are optional, they can be installed on a need-to-use basis.
- Install the python interpreter: http://www.python.org/download/
- Install numpy: http://sourceforge.net/projects/numpy/files/NumPy/
- Install pygtk: http://www.pygtk.org/downloads.html
- Install pyqt: http://www.riverbankcomputing.co.uk/software/pyqt/download
- Install pyqwt: http://pyqwt.sourceforge.net/download.html
- Install wxPython: http://www.wxpython.org/download.php
- Install setup tools: http://pypi.python.org/pypi/setuptools
- Use easy_install.exe from setup tools to install Cheetah
- Use easy_install.exe from setup tools to install lxml
Getting started¶
Now it should work! Open a command window (cmd.exe) and enter:
gnuradio-companion.py