From 23f4d7cf8df2467a8c7b18d9249f0a609d75b267 Mon Sep 17 00:00:00 2001 From: Paul Sutton Date: Wed, 1 Apr 2015 15:56:32 +0100 Subject: [PATCH] Updated readme with srsgui changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d96efe3b3..143a07ad4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Download & Install Instructions * Mandatory dependencies: * libfftw * Optional requirements: - * libsdrgui: for real-time plotting. Download it here: https://github.com/suttonpd/libsdrgui + * srsgui: for real-time plotting. Download it here: https://github.com/srslte/srsgui * VOLK: if the VOLK library and headers are detected, they will be used for accelerating some signal processing functions. * Matlab/Octave: if found by CMake, MEX files will also be generated and installed. If you find any compilation issue with MEX and you don't need them, pass -DDisableMex=ON to cmake to disable them.