Openbts and local gnuradio

Hello.

Pardon if it was discussed before - quick googling failed me.

How do I specify local installation of gnuradio instead of system-wide
for openbts
build - something like:
./configure --gnuradio-prefix=/home/user/gnuradio
?

best regards,
Max.

On Tue, Mar 22, 2011 at 8:47 PM, [email protected] wrote:

Hello.

Pardon if it was discussed before - quick googling failed me.

How do I specify local installation of gnuradio instead of system-wide for
openbts
build - something like:
./configure --gnuradio-prefix=/home/user/gnuradio
?

pkg-config will take care of this for you. Set the PKG_CONFIG_PATH
environment variable to point to the directory of the installed
usrp.pc file.

Thomas