Update readme with Mac support, workaround on M1 Macs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user