You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are able to produce a build which will technically run. What's currently broken are voice calls (MacOS user hears their correspondent, but not the other way around) and notifications.
The text was updated successfully, but these errors were encountered:
Here are the instructions to anyone whom wants to try the build themselves.
It is assumed that you have brew installed, know your way around terminal, and generally understand what you're doing.
Build procedure
Start with an already existing build instructions of the original project:
https://github.com/dino/dino/wiki/macOS
On step 4, replace the path to the upstream repo with this one:
git clone https://github.com/mxlgv/dino
cd dino
Before running ./configure on step 5, you'll need to change its line 23 to:
USE_SOUP3=1
Continue the build according to the original instructions.
Notifications (sound, pop-ups, toasts, etc).
There is a draft PR which can be used to enable notifications: #45
Launch Dino
In order to run Dino, just run in the build folder:
Currently we are able to produce a build which will technically run. What's currently broken are voice calls (MacOS user hears their correspondent, but not the other way around) and notifications.
The text was updated successfully, but these errors were encountered: