Updated Clementine on Raspberry Pi (markdown)

Andreas 2015-04-14 11:27:30 +02:00
parent d5ebfeaf2c
commit 05ce66941c
1 changed files with 2 additions and 1 deletions

@ -35,10 +35,11 @@ The same as on any linux distro:
libqtwebkit-dev
## Get the source
We will compile the stable 1.2.2 release. If you want to compile the master branch, don't execute `git checkout release-1.2`. I haven't tested it, so it might not work!
We will compile the stable 1.2.2 release. If you want to compile the master branch, don't execute `git checkout release-1.2`. I haven't tested it, so it might not work! `mkdir bin` is not necessary if you compile the master branch.
git clone https://github.com/clementine-player/Clementine.git && cd Clementine
git checkout release-1.2
mkdir bin
cd bin
## Preparing the build enviroment