[hpsdr] cuSDR on Mac

Andrea Montefusco andrea.montefusco at gmail.com
Wed Nov 7 14:02:36 PST 2012


On 11/07/2012 09:22 PM, Hermann wrote:
> I have just uploaded an alpha version of the cuSDR code for testing on Linux or MacOSx:
>
> http://svn.tapr.org/repos_sdr_hpsdr/trunk/DL3HVH/alpha

Hi Hermann,
I managed to compile on old Ubuntu 10.04.4 LTS, with some little change to .pro file (see below).
Alas I am travelling and have not at hand a HPSDR hardware, so I didn't do any test yet.
The only (minor) defect is the font size of pushbuttons, slightly larger than due.

    *am*


Index: cuSDR64.pro
===================================================================
--- cuSDR64.pro (revision 2568)
+++ cuSDR64.pro (working copy)
@@ -35,6 +35,7 @@
         src/DataEngine \
         src/GL \
         src/QtDSP \
+       /usr/local/cuda/include \
         src/Util

  win32:INCLUDEPATH += \
@@ -50,6 +51,8 @@

  unix:LIBS += -lfftw3f

+unix:DEFINES += HPSDRIO_DEBUG="'qDebug()'"
+
  win32:LIBS += \
         -L"$$(CUDA_PATH_V5_0)/lib/x64" \
         -L"./lib" \


---------------------------------------------------------
Andrea Montefusco iw0hdv        http://www.montefusco.com
tel: +393356992791                     fax: +390623318709
---------------------------------------------------------

 1352325756.0


More information about the Hpsdr mailing list