Skip to content

Commit

Permalink
Merge pull request #174 from johhnry/macos-missing-dep
Browse files Browse the repository at this point in the history
Macos: add create-dmg in build requirements
  • Loading branch information
iLLiCiTiT authored Oct 10, 2024
2 parents fd19dc1 + ec70248 commit ec804e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build_guides/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Easy way of installing everything necessary is to use [Homebrew](https://brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

2) Install **cmake**:
2) Install **cmake** and **create-dmg**:
```sh
brew install cmake
brew install cmake create-dmg
```

3) Install [pyenv](https://github.com/pyenv/pyenv):
Expand Down

0 comments on commit ec804e1

Please sign in to comment.