Skip to content
heichblatt edited this page Nov 16, 2012 · 2 revisions

It's always recommended to use the latest version from GitHub.

First clone the repository.

git clone http://github.com/jkramer/shell-fm.git

Make sure you have all the required libraries installed (libmad0-dev and libao-dev.) This should do the trick for Ubuntu/Debian:

sudo apt-get install libmad0-dev libao-dev

On Fedora:

sudo yum install libmad-devel libao-devel

Change into the repository directory and compile Shell.FM.

cd shell-fm
make

Finally, install the binary and the manual as root.

su -c "make install"
# or:
sudo make install