This commit is contained in:
Erik Stromlund 2024-09-17 01:06:45 -05:00 committed by GitHub
commit 605f5f1043
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ##