discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] RTTY receiver


From: Adrian Musceac
Subject: Re: [Discuss-gnuradio] RTTY receiver
Date: Thu, 13 Jun 2019 05:19:42 +0000

Hi Ron,
Why do you think this would be the case?
On Debian systems, Python can use site-packages from /usr/local as well, I have several GR modules installed in /usr/local and they work just fine.
Moreover, you can have two versions of the same thing, one from the distro and one built manually, and LD_LIBRARY_PATH will determine which one to run.

Regards,
Adrian

On June 13, 2019 12:34:01 AM UTC, Ron Economos <address@hidden> wrote:
How did you install GNU Radio itself? If you used apt-get, then you need 
to install in /usr, not /usr/local. You can test where GNU Radio is
installed with:

which gnuradio-companion

To install in /usr, use this cmake invocation:

cmake -DCMAKE_INSTALL_PREFIX=/usr ../

Ron

On 6/12/19 17:26, Barry Duggan wrote:
Here is my current status.

I performed the following commands in the
/home/pi/gr-radioteletype/build directory:

pi@raspberrypi:~/gr-radioteletype/build $ make clean
pi@raspberrypi:~/gr-radioteletype/build $ cmake ../
-- Build type not specified: defaulting to release.
-- Boost version: 1.62.0
-- Found the following Boost libraries:
--   filesystem
--   system
Checking for GNU Radio Module: RUNTIME
 * INCLUDES=/usr/include
 *
LIBS=/usr/lib/arm-linux-gnueabihf/libgnuradio-runtime.so;/usr/lib/arm-linux-gnueabihf/libgnuradio-pmt.so
GNURADIO_RUNTIME_FOUND = TRUE
-- Extracting version information from git describe...
-- Using install prefix: /usr/local
-- Building for version: 3a00e28a / 1.0.0git

Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

[Prev in Thread] Current Thread [Next in Thread]