Re: [Discuss-gnuradio] perform installation by source code got from git

2010-05-08 Thread andrea montefusco
By default, make install will install all the files in /usr/local/bin, /usr/local/lib, etc. You can specify an installation prefix other than /usr/local using --prefix option of configure script, for instance ./configure --prefix=/opt *am* -- Andrea Montefusco IW0HDV

[Discuss-gnuradio] perform installation by source code got from git

2010-05-08 Thread Arturo Rinaldi
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/