Update readme with Mac support, workaround on M1 Macs

This commit is contained in:
David Zhao
2021-11-28 12:52:15 -08:00
parent 65c39404b5
commit ed555e88d8
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -15,9 +15,13 @@ More Docs and guides are available at [https://docs.livekit.io](https://docs.liv
| Web | 🟢 | 🟢 | 🟢 | 🟢 |
| iOS | 🟢 | 🟢 | 🟢 | 🔴 |
| Android | 🟢 | 🟢 | 🟢 | 🟢 |
| Mac | 🟢 | 🟢 | 🟢 | 🔴 |
| Windows | 🟡 | 🟡 | 🟡 | 🔴 |
🟢 = Available
🟡 = Coming soon (Work in progress)
🔴 = Not currently available (Possibly in the future)
## Installation
@@ -73,6 +77,16 @@ We require a set of permissions that need to be declared in your `AppManifest.xm
</manifest>
```
### Desktop support
In order to enable Flutter desktop development, please follow [instructions here](https://docs.flutter.dev/desktop#set-up).
On M1 Macs, you will also need to install x86_64 version of FFI:
```
sudo arch -x86_64 gem install ffi
```
## Example app
We built a multi-user conferencing app as an example in the [example/](example/) folder. You can join the same room from any supported LiveKit clients.