discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Help Request - updating OOT module with latest github commits.


From: Marcus Müller
Subject: Re: Help Request - updating OOT module with latest github commits.
Date: Mon, 29 Mar 2021 20:43:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0

# Make sure we're not leaving behind remnants of previous versions
cd gr-satellites/build
sudo make uninstall

# Get the newest state
git pull origin maint-3.8

# Build fresh
make clean
make -j5
sudo make install

Best regards,
Marcus

On 29.03.21 19:06, Abraham Diaz de Leon Camou wrote:
> 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 co||mmits||||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.|
> 
> |W||ould ||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]