Difference between revisions of "Ghpsdr3 build"

From HPSDRwiki
Jump to: navigation, search
Line 45: Line 45:
 
<blockquote>
 
<blockquote>
 
</blockquote>
 
</blockquote>
 
  
 
*'''[[ghpsdr3 qtmonitor|qtmonitor]]'''
 
*'''[[ghpsdr3 qtmonitor|qtmonitor]]'''
Line 51: Line 50:
 
<blockquote>
 
<blockquote>
 
</blockquote>
 
</blockquote>
 +
 +
 +
 +
[[Category:ghpsdr3 build| ]]

Revision as of 08:53, 6 September 2010

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: