Monday, March 29, 2021

Help Request - updating OOT module with latest github commits.

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

No comments:

Post a Comment