Add info regarding builds for macOS
This commit is contained in:
parent
8481890b52
commit
cd5e5db816
|
@ -32,6 +32,7 @@ OS support
|
|||
------------
|
||||
* Linux (flatpaks are targeted for Ubuntu 22.04+)
|
||||
* Windows 10\11
|
||||
* MacOS via [brew](https://brew.sh/) (very experimental!)
|
||||
|
||||
We only support 64 bit platforms.
|
||||
|
||||
|
@ -61,7 +62,7 @@ Flatpak is not present in Flathub yet, but you can install it manually. The comm
|
|||
flatpak run im.dino.Dino
|
||||
```
|
||||
|
||||
Flatpak distribution is confirmed to be working on Arch Testing, Manjaro Stable and Void Linux.
|
||||
Flatpak distribution is confirmed to be working on Arch Testing, Manjaro Stable, Void Linux and Linux Mint.
|
||||
|
||||
Build on Linux
|
||||
-----
|
||||
|
@ -118,6 +119,12 @@ Now you should run:
|
|||
./build-win64.sh --build-installer
|
||||
```
|
||||
|
||||
Build on MacOS
|
||||
------------
|
||||
Builds for Mac are currently available only as a [brew](https://brew.sh/) formulae. Please follow [these instructions](https://github.com/mxlgv/dino/blob/master/BUILD_MACOS.md) to produce a build.
|
||||
|
||||
Please note that Mac support is very experimental, and currently missing support for event notifications, among other things. You have been warned.
|
||||
|
||||
Resources
|
||||
---------
|
||||
- Original project's [website](https://dino.im).
|
||||
|
|
Loading…
Reference in a new issue