jgaeddert / liquid-dsp

digital signal processing library for software-defined radios
http://liquidsdr.org
MIT License
1.87k stars 438 forks source link

make #118

Closed nilampradhan2 closed 6 years ago

nilampradhan2 commented 6 years ago

i want to install liquid-dsp, after i run ./configure i run command "make", it shows error make: *** No targets specified and no makefile found. Stop.

brian-armstrong commented 6 years ago

That sounds like ./configure failed. Did it print out an error when you ran it?

nilampradhan2 commented 6 years ago

no. when i run it it display: Script started, file is ./configure

nilampradhan2 commented 6 years ago

i run it with commond: sudo script ./configure am i right?

windytan commented 6 years ago

You may have just inadvertently overwritten the configure file with the output of the "script" command.

Don't run "script", just run these:

./bootstrap.sh
./configure
make
sudo make install