Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,23 @@ Please see the file winbuild.bat in this directory, or use the MSI file build by

## Installing on macOS

OSX support is a bit lacking in the way that installation doesn't create an entry in the applications menu,
but this issue should be fixed someday in the future.
Other than that, everything appears to function more or less correctly.
If you have a choice, it is recommended to use Linux or Windows instead,
as these ports are supported much better at the moment.
macOS has three options for installation. The first is a compiled and self-sufficient binary that can be distributed and the other two use package managers.

### Installation option

Download macOS_DroneCAN_install.sh
Make it executable by navigating into the folder it is in (Downloads) and running:
```chmod +x macOS_DroneCAN_install.sh
./macOS_DroneCAN_install.sh
```
It will install the DroneCAN GUI application into your Applications folder and also give you instructions on the location of the DMG if you need it for distribution.

Everything is self-sufficient.


### Homebrew option

* Install the Homebrew package manager for OSX.
* Install the Homebrew package manager for macOS.
* Run the following commands:

```bash
Expand Down