withmorten / spek-alternative

Acoustic spectrum analyser
Other
314 stars 18 forks source link

Building from git on unix / linux / ubuntu #4

Open Jieiku opened 4 years ago

Jieiku commented 4 years ago

For Unix you link to: https://github.com/withmorten/spek-alternative/blob/master/INSTALL.md#bsd-and-gnulinux

That has directions for the original repository, which has not been updated in forever, yours is now for all purposes the goto spek repository.

here are up to date instructions that I used to build from git on my Ubuntu 18.04 system:

sudo apt-get install ffmpeg autopoint intltool libwxgtk3.0-dev libavcodec-dev libavformat-dev
git clone https://github.com/withmorten/spek-alternative
cd spek-alternative
./autogen.sh
make
sudo make install