mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-27 01:54:20 +01:00
Updated Clementine on Raspberry Pi (markdown)
parent
d5ebfeaf2c
commit
05ce66941c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user