On Wed, Jun 22, 2011 at 1:58 PM, sumitstop
<sumit.ku...@research.iiit.ac.in>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
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to