From 5a1fd3f12de2447f21da2ef4b60b674a181d0cb6 Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Sun, 21 Jun 2015 15:29:01 +0200 Subject: [PATCH] Update dependency information in README --- README.md | 51 +++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 39 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7043d4c..ae222e8 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ For a demo see this [video](https://www.youtube.com/watch?v=XRW6O0bSHNw). * Play games! ##Usage + Usage: moonlight [options] host Actions: @@ -64,8 +65,9 @@ For a demo see this [video](https://www.youtube.com/watch?v=XRW6O0bSHNw). ##Compile and install * Download and extract Moonlight Embedded from release or git clone -* Install development dependencies +* Install development dependencies (see Dependencies) * Initialize the git submodules ``git submodule update --init`` +* Build and install using the following commands ``` mkdir build @@ -74,21 +76,46 @@ cmake ../ make make install ``` + ## Dependencies -ArchLinux/Debian (Raspbian)/Debian Development (Raspbian) -* opus/libopus0/libopus-dev -* expat/libexpat1/libexpat1-dev -* openssl/libssl-dev/libssl-dev -* alsa-lib/libasound2/libasound2-dev -* systemd/libudev/libudev-dev -* avahi/libavahi-client3/libavahi-client-dev -* curl/libcurl3/libcurl4-openssl-dev -* libevdev/libevdev2/libevdev-dev +### ArchLinux +Install with +``` +pacman -S (package list) +``` +* opus +* expat +* openssl +* alsa-lib +* avahi +* libevdev -Development only dependencies +For compilation and development you also need: +* cmake + +### Debian (Raspbian) +Install with +``` +apt-get install (package list) +``` +* libopus0 +* libexpat1 +* libasound2 +* libudev0 +* libavahi-client3 +* libcurl3 +* libevdev2 + +For compilation and development you also need: +* libssl-dev +* libopus-dev +* libasound2-dev +* libudev-dev +* libavahi-client-dev +* libcurl4-openssl-dev +* libevdev-dev * cmake -* C compiler ## See also