1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 15:41:57 +00:00

Move info from README to wiki

This commit is contained in:
albfan 2017-04-15 23:09:22 +02:00
parent 033690b7fb
commit 92ab7eb2d3

View file

@ -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