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
> [email protected]
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to