make: *** Nenhum alvo especificado e nenhum makefile encontrado. Pare

1
pi@raspberrypi ~ $ unzip master.zip
Archive:  master.zip
d095cba29fdbe98d6ed4812998e07d886835f492
  inflating: pi-blaster-master/Makefile.am  
  inflating: pi-blaster-master/README.md  
  inflating: pi-blaster-master/autogen.sh  
  inflating: pi-blaster-master/configure.ac  
  inflating: pi-blaster-master/pi-blaster.boot.sh  
  inflating: pi-blaster-master/pi-blaster.c  
  inflating: pi-blaster-master/pi-blaster.service  
pi@raspberrypi ~ $ cd pi-blaster-master
pi@raspberrypi ~/pi-blaster-master $ make
make: *** No targets specified and no makefile found.  Stop.

o que devo fazer?

    
por Daniil Yasnov 24.12.2014 / 14:08

1 resposta

2

De acordo com o README, a sequência é:

./autogen.sh
./configure
make
sudo make install    
    
por chili555 24.12.2014 / 14:48