From 264a222d242734da369ca287aa6cfc6ca4f1f7bf Mon Sep 17 00:00:00 2001 From: Michael Partridge Date: Fri, 19 Nov 2021 17:42:08 -0700 Subject: [PATCH] Add wpa_supplicant to requirements --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2dfd9ab..cd579f1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ The MiracleCast projects requires the following software to be installed: - **gstreamer**: MiracleCast rely on gstreamer to show cast its output. You can test if all needed is installed launching [res/test-viewer.sh](https://github.com/albfan/miraclecast/blob/master/res/test-viewer.sh) + - **wpa_supplicant**: MiracleCast spawns wpa_supplicant with a custom config. + - **P2P Wi-Fi device** Although widespread these days, there are some devices not compatible with [Wi-Fi Direct](http://en.wikipedia.org/wiki/Wi-Fi_Direct) (prior know as Wi-Fi P2P). Test yours with [res/test-hardware-capabilities.sh](https://github.com/albfan/miraclecast/blob/master/res/test-hardware-capabilities.sh) - **check**: Test-suite for C programs. Used for optional tests of the MiracleCast code base.