From 92ab7eb2d34fdfb27219a1cd7d55154c00ed64d2 Mon Sep 17 00:00:00 2001 From: albfan Date: Sat, 15 Apr 2017 23:09:22 +0200 Subject: [PATCH] Move info from README to wiki --- README.md | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 84bb4b8..93c9666 100644 --- a/README.md +++ b/README.md @@ -29,34 +29,15 @@ The MiracleCast projects requires the following software to be installed: - copy the dbus policy **res/org.freedesktop.miracle.conf** to `/etc/dbus-1/system.d/` -## Install +## Build and install -To compile MiracleCast, you can choose from [autotools](http://en.wikipedia.org/wiki/GNU_build_system) or [cmake](http://en.wikipedia.org/wiki/CMake): +To compile MiracleCast, you can choose from: -Autotools: + - [autotools](http://en.wikipedia.org/wiki/GNU_build_system) + - [cmake](http://en.wikipedia.org/wiki/CMake) + - [meson](http://mesonbuild.com/) - $ ./autogen.sh - $ mkdir build - $ cd build - $ ../configure --prefix=/usr/local #avoid --prefix for a standard install - -Cmake: - - $ mkdir build - $ cd build - $ cmake .. - -Compile - - $ make - -Test - - $ make check #only with autotools by now - -Install - - $ sudo make install +See more info on wiki [Building](https://github.com/albfan/miraclecast/wiki/Building) ## Automatic interface selection with udev