From 9e2abdbcad3054ae7147974e7ec1cfdba121e0b4 Mon Sep 17 00:00:00 2001 From: "julian@kiedaisch.net" Date: Thu, 16 Jul 2020 08:27:12 +0200 Subject: [PATCH] added testing on Manjaro --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb0ccc6..a81a077 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #AirplayServer for Linux Work is based on https://github.com/FD-/RPiPlay and https://github.com/antimof/UxPlay -Tested on Ubuntu 18.04 desktop. +Tested on Ubuntu 18.04, 20.04 desktop and Manjaro 20.0.3 Cinnamon. Requires 5G Wifi connection. ##Features: @@ -11,12 +11,16 @@ Requires 5G Wifi connection. 4. Automatic screen orientation. 6. GTK+ support -##Building: +##Building on Ubuntu: 1. sudo apt-get install cmake 2. sudo apt-get install libssl-dev libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav libglib2.0-dev libgtk2.0-dev build-essential libgtk-3-dev 3. sudo apt-get install gstreamer1.0-vaapi (For Intel graphics) (If you get Problems like a green screen. Remove this package! It worked for me.) 4. sh install.sh +##Building on Manjaro +1. sudo pamac install cmake +2. sh install.sh + ##GTK+ Features: 1. Double click switches between fullscreen mode and normal window. 2. Escape key ends fullscreen mode.