On Wed, Jun 22, 2011 at 10:05 PM, Edmar Candeia Gurjao < [email protected]> wrote:
> Hi Tom, > > the right link is git clone git://gnuradio.org/gnuradio > > Edmar Yes, that's what I said before :) To make it clear here, there are two ways of getting to the repos (also found at http://gnuradio.org/redmine/projects/gnuradio/wiki/Download): git clone git://gnuradio.org/gnuradio git clone http://gnuradio.org/git/gnuradio.git The first is the preferred method and a more efficient way of getting the code. The second is open for use, mainly to allow people to clone when they are behind a firewall that blocks git. Tom > > 2011/6/22 Tom Rondeau <[email protected]> > >> On Wed, Jun 22, 2011 at 9:14 PM, Edmar Candeia Gurjao < >> [email protected]> wrote: >> >>> Hi Sumit, >>> >>> I had the same error and I solved it typing git clone >>> http://gnuradio.org/git/gnuradio (without .git). >>> >> >> >> Are you sure? That shouldn't work (and doesn't for me). >> >> Tom >> >> >> >>> Beyond this, after make install I tried to test with typing from gnuradio >>> import gr in Python console and an error appears, I tried to use grc and I >>> receive a message asking if PYTHONPATH or LD_LIBPATH are correct. >>> >>> I solve this just by typing sudo ldconfig after make install >>> >>> Edmar >>> >>> >>> 2011/6/22 sumitstop <[email protected]> >>> >>>> >>>> I was trying to install GNURadio with the following commands >>>> # Install GNU Radio from git >>>> >>>> git clone http://gnuradio.org/git/gnuradio.git >>>> >>>> cd gnuradio >>>> ./bootstrap >>>> ./configure >>>> make >>>> >>>> after typing this in the terminal it displays >>>> >>>> Initialized empty Git repository in /home/cogwsn/gnuradio/.git/ >>>> >>>> and then nothing happens for long time. >>>> need some help. >>>> a few months back I installed using the same process and it worked well. >>>> Thanks >>>> Sumit. >>>> >>>> >>>> >>>> >>>> ----- >>>> Sumit Kr. >>>> Research Assistant >>>> Communication Research center >>>> IIIT Hyderabad >>>> India >>>> -- >>>> View this message in context: >>>> http://old.nabble.com/Installng-GNURadio-from-git-repository-tp31905364p31905364.html >>>> Sent from the GnuRadio mailing list archive at Nabble.com. >>>> >>>> >>>> _______________________________________________ >>>> Discuss-gnuradio mailing list >>>> [email protected] >>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >>>> >>> >>> >>> >>> -- >>> --------------- >>> Edmar Candeia Gurjão >>> Universidade Federal de Campina Grande. >>> +55 83 2101 1403 >>> http://ecandeia.dee.ufcg.edu.br >>> http://pet.ee.ufcg.edu.br/ >>> >>> >>> _______________________________________________ >>> Discuss-gnuradio mailing list >>> [email protected] >>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >>> >>> >> > > > -- > --------------- > Edmar Candeia Gurjão > Universidade Federal de Campina Grande. > +55 83 2101 1403 > http://ecandeia.dee.ufcg.edu.br > http://pet.ee.ufcg.edu.br/ > >
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
