Skip to content

Commit accce5f

Browse files
authored
Updated macOS section of INSTALL.md
1 parent 0aba436 commit accce5f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/INSTALL.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ pip install 'git+git://github.com/marcan/blitzloop.git'
106106

107107
### macOS
108108

109+
Requires Xcode which can be installed by `xcode-select --install` or through
110+
the App Store. Remove older versions before updating.
111+
Also requires [Homebrew](https://brew.sh/ "Homebrew").
112+
113+
Use `brew doctor` and `brew update` to update before running the commands below.
114+
If you have conflicting Python versions after installing Python 3: `brew link --overwrite python3`
115+
109116
```shell
110117
brew install python3 jack jpeg ffms2 rubberband libass freetype
111118
brew install mpv --with-rubberband --with-jack
@@ -120,6 +127,8 @@ process slower. You might save time running this command twice, once without
120127
`PIP_FLAGS` to install all dependencies from wheels, and once with `PIP_FLAGS`
121128
to finish the installation - it's only blitzloop itself that needs these flags.
122129

130+
To run blitzloop without a dependency on JACK: `blitzloop --no-audioengine --mpv-ao=coreaudio`
131+
123132
# Usage
124133

125134
## Add songs

0 commit comments

Comments
 (0)