Monday, September 4, 2017

Re: [Discuss-gnuradio] macport install gnuradio

When you do a specific install use "port -k install" to keep the build
around afterward.

For example, to find the GNU Radio source to verify testing, you would
use:
{{{
sudo port -k install gnuradio
pushd $(port work gnuradio)
sudo chmod -R a+rw .
cd build
make test
}}}
and, from the "build" directory, you'd find the top-level source via:
{{{
cd ../gnuradio-3.7.11
}}}

Or , to just get to the source you could do:
{{{
pushd $(port work gnuradio)/gnuradio-3.7.11
}}}

When you're done, remember to
{{{
sudo port clean gnuradio
}}}
to remove the build.

Please note that if the "gnuradio" port is already installed and there
is no update for it, then issuing "sudo port -k install gnuradio" will
do nothing. In this case, you're better off doing "sudo port build
gnuradio" instead.

Hope this helps! - MLD

On Mon, Sep 4, 2017, at 04:16 AM, w xd wrote:
> I use the macport to install the gnuradio. It works normally. But I can not find the source lib file for example "dynamic_channel_model_impl.cc[https://github.com/wxd-920502/gnuradio/blob/master/gr-channels/lib/dynamic_channel_model_impl.cc]" and so on.
>
>  /opt/local/share/gnuradio/
>  
>   run ls command, it shows 
>   
>   exampls fec grc modtool themes
>  
>   The source Cpp code file can not find. Who can help me ?

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

No comments:

Post a Comment