bwachter / Juniper

An open source spotify client for Linux based on Qt and libspotify

Home Page:http://linuxlove.no/juniper/todo_make_homepage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to compile
==============================================================

To compile, you need to have several libraies installed. To
compile an application using libspotify, you also need an
application key defined in a file called appkey.c

TODO: info about obtaining application keys

After a fresh install of Ubuntu 9.04/9.10, you'll need to
install the following packages to compile Juniper:

libqt4-dev
build-essential
libasound-dev
libsndfile-dev (the version in the repo is too old)
libspotify (download from http://developer.spotify.com)
TODO: libogg is also probably needed
lame

Juniper will compile without lame, but will carefully fail to
create mp3-files at runtime.

Running the configure.sh script will download and install
libspotify (if not detected), and generate a Makefile.

Running './configure all' will also try to install needed
packages.

When the libraries and the application key are in place,
simply run:
./configure.sh
make

How to run
==============================================================

Create a file with your username and password on two separate
lines. Username first, then password. Save file as user.cfg

Then simply run:
./juniper

About

An open source spotify client for Linux based on Qt and libspotify

http://linuxlove.no/juniper/todo_make_homepage

License:GNU General Public License v3.0


Languages

Language:C++ 72.3%Language:C 25.6%Language:Shell 2.1%