Ghpsdr3 build

From HPSDRwiki
Revision as of 10:24, 6 September 2010 by KV0S (Talk | contribs)

Jump to: navigation, search
ghpsdr3 block diagram

This page is designed to help folks that are not use to compiling there code themselves on Linux. This also explains the differences needed to compile the packages in the ghpsdr3 SVN.

The main code can be found under

 ghpsdr3/trunk/src

There is no master Makefile at this time each program you want to use must be compiled individually. Key programs include:

The server communicates with the hardware and multiplex the multiple recievers into single receivers streams as a combination of UDP for data and TCP for commands. This program requires libusb-1.0.

The dspserver communicates with the server for one receiver into single receiver stream as a combination of UDP for data and TCP for commands. This program requires libDttSP, libfftw3.


If you want to use the GTK environment:

If you want to use the Java environment:

If you want to use the Qt4 environment: