I tried to perform an installation of gnuradio from the source code got
from git on ubuntu 10.04. So my steps are :
./bootstrap
./configure
./make
./sudo make install
all the processes are fine without problems, however i want to install
gnuradio in the path:
/usr/lib…
not in
/usr/local/lib…
Which is the file to edit to make my desired path work in the gnuradio
install ? Is it the “configure” or the “makefile” or both ?
thx in advance, Arturo.