Updated Clementine on Raspberry Pi (markdown)

Andreas 2016-05-22 15:39:22 +02:00
parent 423769f604
commit 89ca02e8a0
1 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
This is a tutorial on how to build Clementine on the Raspberry Pi. I used a Raspberry Pi 3 and the Raspian OS.
Note: Building Clementine on the Pi takes a lot of time, around 8 hours.
Note: Building Clementine on the Pi 1 takes a lot of time, around 8 hours. Compiling on the Raspberry Pi 2 or 3 is significantly faster.
## What you need
* A [Raspberry Pi](http://www.raspberrypi.org/) obviously (Pi 2 or 3 recommended)
@ -82,4 +82,4 @@ A swap file on a flash memory is not healty, so we remove the created swap file
sudo rm swapfile
## Next steps
See `Install prebuild version on Raspberry Pi`
See [Install prebuild version on Raspberry Pi](https://github.com/clementine-player/Clementine/wiki/Clementine-on-Raspberry-Pi#install-prebuild-version-on-raspberry-pi)