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.
|
||||
|
||||
@@ -36,7 +36,7 @@ EXTERNAL SOURCES:
|
||||
:path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_macos/macos
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
flutter_webrtc: eb68063546a533bb98f0fbcc7b54daf62edea4ed
|
||||
flutter_webrtc: e5036305102877d6a3dc18b8754aaae71851cb27
|
||||
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
|
||||
livekit_client: b137f094e90d910cfa846b282ad41e0e4a6a029b
|
||||
path_provider_macos: 160cab0d5461f0c0e02995469a98f24bdb9a3f1f
|
||||
|
||||
Reference in New Issue
Block a user