Update README

This commit is contained in:
Iwan Timmer 2014-02-15 13:47:07 +01:00
parent 92402a5959
commit 04dc480c4a

View File

@ -26,7 +26,7 @@ implementation.
* Download [GeForce Experience](http://www.geforce.com/geforce-experience) and install on your Windows PC * Download [GeForce Experience](http://www.geforce.com/geforce-experience) and install on your Windows PC
* Download the appropriate jar from the [GitHub releases page](https://github.com/irtimmer/limelight-pi/releases) * Download the appropriate jar from the [GitHub releases page](https://github.com/irtimmer/limelight-pi/releases)
* Install libopus0 (Debian/Raspbian) or opus (ArchLinux/Fedora/Pidora) * Install libopus0 (Debian/Raspbian) or opus (ArchLinux/Fedora/Pidora)
* [Configure Alsa](http://blog.scphillips.com/2013/01/sound-configuration-on-raspberry-pi-with-alsa/) * [Configure sound](http://elinux.org/R-Pi_Troubleshooting#Sound)
##Requirements ##Requirements
@ -42,6 +42,12 @@ implementation.
* Start Limelight-pi normally * Start Limelight-pi normally
* Play games! * Play games!
##Compile
* Install ant
* Install libopus-dev and libasound2-dev (Debian/Raspbian) or opus-devel and alsa-lib-devel (Fedora/Pidora)
* Build using Ant ``ant``
##Contribute ##Contribute
This project is being actively developed at [XDA](http://forum.xda-developers.com/showthread.php?t=2505510) This project is being actively developed at [XDA](http://forum.xda-developers.com/showthread.php?t=2505510)