discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Install non-pybombs app into pybombs system


From: Chris Kuethe
Subject: Re: [Discuss-gnuradio] Install non-pybombs app into pybombs system
Date: Thu, 9 Apr 2015 17:07:17 -0700

Two things you could try:

1) Copy a recipe for a similar sort of module, make a few changes to
create a build recipe for the desired module, and submit it to
pybombs, or
2) Try set some environment variables by hand. This worked for me:
    git clone https://github.com/bistromath/gr-rtty.git
    mkdir gr-rtty/build
    cd gr-rtty/build
    env PKG_CONFIG_PATH=/home/gnuradio/lib/pkgconfig
CMAKE_PREFIX_PATH=/home/gnuradio/lib/cmake/gnuradio ccmake ..  # or
wherever you installed gnuradio


Posting a log of build failures would be handy.

On Thu, Apr 9, 2015 at 4:38 PM, John Ackermann   N8UR <address@hidden> wrote:
> Hi --
>
> I've used pybombs to install gnuradio et al using the default ~/pybombs and
> ~/targets directory structure.
>
> Now I need to add an OOT that is not available through pybombs.  I've tried
> guessing where to put the directory and how to compile, but I get all sorts
> of errors.
>
> I can't find anything via Google about how to manually install into a
> pybombs system.  Can someone point me to directions?
>
> Thanks!
>
> John
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?



reply via email to

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