discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Edit existing installed gnuradio file


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Edit existing installed gnuradio file
Date: Mon, 15 Aug 2016 19:51:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Well, if you modify the C++ source code of something, you will have to recompile that something, and link everything again that contains that something, and install that.

Luckily, the CMake/Make build chain makes sure only things that have changed must be rebuilt; so you're not wasting too much time.


Best regards,

Marcus



On 15.08.2016 19:00, Samith Abeywickrama wrote:
Hi all,

I'm implementing new multi-user BPSK demodulater in gnuradio. I have good experience with OOT modules, etc.. If I want to understand some functionality of existing installed gnuradio file (provided by GnuRadio) by printing values of some variable, I can edit corresponding C++/Python file inside gnuradio folder. but my question is, how can I reinstall that edited file without uninstalling complete gnuradio and install it again? I'm very much thankful to you if you can give me steps or some hints.

--
Best Regards!
Samith


_______________________________________________
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]