Installing from tarball - "make" isn't working
by binkyd from LinuxQuestions.org on (#532YA)
Trying to install from a tarball, got right to the end of the instructions and got stumped.
(Huge newbie with tarballs, but this app - goggles music manager v.1.2.1 - doesn't appear to be available on the .deb side anywhere - Manjaro has it but I don't know any other way for ubuntu boxes.)
These are the last lines of the Install file:
Code:./configure --with-faad --without-oss --libdir=/usr/lib/x86_64-linux-gnu
make
sudo make installEarlier I had made sure make was installed - but it gives the error:
Quote:
I'm in the right directory, but I couldn't find a file "make" so I found it in /usr/share/bash-completion and copied it, and made it executable. Didn't work.
What have I done wrong here, and how do I fix it?


(Huge newbie with tarballs, but this app - goggles music manager v.1.2.1 - doesn't appear to be available on the .deb side anywhere - Manjaro has it but I don't know any other way for ubuntu boxes.)
These are the last lines of the Install file:
Code:./configure --with-faad --without-oss --libdir=/usr/lib/x86_64-linux-gnu
make
sudo make installEarlier I had made sure make was installed - but it gives the error:
Quote:
*** No targets specified and no makefile found. Stop. |
What have I done wrong here, and how do I fix it?