1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

build: update README

Update some old information in README.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
David Herrmann 2014-05-09 09:39:44 +02:00
parent 7a73bee0f0
commit 5c88e3df66

14
README
View file

@ -18,13 +18,11 @@ Website:
== Requirements == == Requirements ==
The MiracleCast projects requires the following software to be installed: The MiracleCast projects requires the following software to be installed:
- libwfd: A stand-alone library implementing the Wifi-Display protocol.
http://www.freedesktop.org/wiki/Software/miracle/libwfd
required: >=libwfd-1
- systemd: A system management daemon. It is used for device-management - systemd: A system management daemon. It is used for device-management
(udev), dbus management (sd-bus) and service management. (udev), dbus management (sd-bus) and service management.
required: >=systemd-209 Systemd must be compiled with --enable-kdbus, even though kdbus
isn't used, but only the independent, experimental sd-libraries.
required: >=systemd-212
- glib: A utility library. Used by the current DHCP implementation. Will - glib: A utility library. Used by the current DHCP implementation. Will
be removed once sd-dns gains DHCP-server capabilities. be removed once sd-dns gains DHCP-server capabilities.
@ -34,10 +32,6 @@ Website:
MiracleCast code base. MiracleCast code base.
optional: ~=check-0.9.11 (might work with older releases, untested..) optional: ~=check-0.9.11 (might work with older releases, untested..)
Note that systemd-209 is not released, yet. However, several unreleased
interfaces of it are used. Please see the MiracleCast website for hints how
you can use it right now.
== Download == == Download ==
Released tarballs can be found at: Released tarballs can be found at:
@ -59,7 +53,7 @@ Website:
== License == == License ==
This software is licensed under the terms of an MIT-like license. Please see This software is licensed under the terms of the GNU-LGPL license. Please see
./COPYING for further information. ./COPYING for further information.
== Contact == == Contact ==