discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Installng GNURadio from git repository


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Installng GNURadio from git repository
Date: Wed, 22 Jun 2011 19:30:01 -0400

On Wed, Jun 22, 2011 at 1:58 PM, sumitstop <address@hidden> wrote:

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


Sumit,
Just let go for a while; it does take a long time.

If you can (that is, if your firewall settings will let you), use the git protocol:
 git clone git://gnuradio.org/gnuradio

It has the nice property of telling you what its doing and is a lot faster.

Tom


reply via email to

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