discuss-gnuradio
[Top][All Lists]
Advanced

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

Help Request - updating OOT module with latest github commits.


From: Abraham Diaz de Leon Camou
Subject: Help Request - updating OOT module with latest github commits.
Date: Mon, 29 Mar 2021 11:06:29 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hello,Good day to all,

I need to apply github latest commits to the gr-satellites OOT that was installed on my system (Ubuntu 18.04lts, GNURadio 3.8) with the following commands:

git clone -b maint-3.8 --single-branch https://github.com/daniestevez/gr-satellites.git
cd gr-satellites
mkdir build
cd build
cmake ../
make -j5
sudo make install
sudo ldconfig

The developer of the oot module confirmed that the commits were done to the maint-3.8 and master branches of gr-satellites.

How do I do to incorporate the commits to my system?. I’m a newbie on GNUradio/git and not sure how to proceed.

For what I have read, there appear to be several ways to do this but I do not want end up messing my system so I'm contacting you guys for advice before doing anything.

Would you please give me your suggestions on the correct and recommended procedure to apply the commits on my system?

Thanks in advance & regards

Abraham


reply via email to

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