Skip to content
jkramer edited this page Sep 2, 2010 · 1 revision

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

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

Clone this wiki locally