Readme: Add homebrew as macOS install option.

This commit is contained in:
Erik Stromlund 2023-12-08 21:17:26 -08:00
parent de293a1f25
commit f8e5c865b8
No known key found for this signature in database
1 changed files with 13 additions and 5 deletions

View File

@ -207,17 +207,25 @@ Results will vary depending on your hardware platform and operating system versi
sudo yum list direwolf
sudo yum install direwolf
### Macintosh OS X ###
### Macintosh OS X
Read the **User Guide** in the [**doc** directory](https://github.com/wb2osz/direwolf/tree/master/doc). It is more complicated than Linux.
If you have problems, post them to the [Dire Wolf packet TNC](https://groups.io/g/direwolf) discussion group.
You can also install a pre-built version from Mac Ports. Keeping this up to date depends on volunteers who perform the packaging. This version could lag behind development.
There are also two package definitions maintained by volunteers. Note that these versions can lag behind development, as a new package definition must be released for each version.
#### MacPorts
sudo port install direwolf
#### Homebrew
brew install direwolf
You can also pull from the latest master branch. If the build configuration has changed, this may not work until the [formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/d/direwolf.rb) is updated
brew install --HEAD direwolf
## Join the conversation ##