Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxlgv/homebrew-dino
Howebrew Dino+ (MacOS port)
https://github.com/mxlgv/homebrew-dino
dino dino-plus homebrew jabber macos xmpp xmpp-client
Last synced: 9 days ago
JSON representation
Howebrew Dino+ (MacOS port)
- Host: GitHub
- URL: https://github.com/mxlgv/homebrew-dino
- Owner: mxlgv
- Created: 2024-04-17T15:28:35.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-19T13:52:08.000Z (8 months ago)
- Last Synced: 2024-10-30T03:45:33.499Z (about 2 months ago)
- Topics: dino, dino-plus, homebrew, jabber, macos, xmpp, xmpp-client
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Brew formula for download and install fork of Dino+.
----Link to fork: https://github.com/mxlgv/dino
For using this formula, follow next instructions:
```
brew tap mxlgv/homebrew-dino
brew install mxlgv/homebrew-dino/dino
```You can start the Dino client 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
```