Update README.md

This commit is contained in:
Dimitris Panokostas 2016-08-11 18:45:50 +02:00 committed by GitHub
parent 20b4038981
commit db0a993694

View file

@ -38,10 +38,14 @@ How to compile on Raspbian Jessie:
sudo apt-get install libflac-dev
sudo apt-get install libmpg123-dev
Then for Raspberry Pi 2:
Then for Raspberry Pi 3:
make
For Raspberry Pi 2:
make PLATFORM=rpi2
Or for Raspberry Pi 1:
make PLATFORM=rpi1