Hi John - <where gnuradio is installed> is the top-evel PREFIX into
which GR is installed. In your case, this would be /usr/local, so you'd
use:
{{{
cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..
}}}
Hope this helps. - MLD

On Mon, Apr 20, 2015, at 10:45 AM, Murphy, John wrote:
> In the gr-display-master README file under "2. Installation" when it
> states...
> $cmake -DCMAKE_INSTALL_PREFIX=<where gnuradio is installed> ../
> 
> What is meant by "<where gnuradio is installed>"?
> gnuradio gets installed across many directories, to which does this
> refer?
> 
> Sorry for the noob question, I never had to use -DCMAKE_INSTALL_PREFIX
> before just using gr_modtool for my own blocks, even copying between
> systems.
> 
> On my system, when I sudo make install my own modules, it puts stuff
> in...
> /usr/local/lib/cmake/MYMODULE
> /usr/local/include/MYMODULE
> /usr/local/lib64
> /usr/local/lib64/python2.7/site-packages/MYMODULE
> usr/local/include/MYMODULE/MYMODULE/swig
> /usr/local/share/gnuradio/blocks
> 
> gr-display sounds like a great idea, and I am eager to try it out.

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

Reply via email to