Skip to content

Commit

Permalink
Add instructions for install dino via homebrew
Browse files Browse the repository at this point in the history
update macos docs
  • Loading branch information
marat-yusupov authored and mxlgv committed Apr 18, 2024
1 parent 698ebb8 commit 203be3c
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions BUILD_MACOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,26 @@ cd dino

## Install with Brew

TODO
To build Dino using this formula, follow these instructions:

```
brew tap mxlgv/homebrew-dino
brew install mxlgv/homebrew-dino/dino
```

You can start the Dino client installed via homebrew with the following command:

```
./opt/homebrew/Cellar/dino/3/bin/dino
```

You can create a shortcut with a symbolic link pointing to this file, so that you can open it in a more convenient way.

If you encounter an error related to rpath, you need to add `DYLD_LIBRARY_PATH` to the environment variable:

```
export DYLD_LIBRARY_PATH=/opt/homebrew/Cellar/dino/3/lib
```

## Notifications

Expand All @@ -30,4 +49,6 @@ There is a draft PR which can be used to enable notifications: https://github.co

In order to run Dino, just run in the build folder:

`./dino`
```
./dino
```

0 comments on commit 203be3c

Please sign in to comment.