mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-12-11 21:22:37 +00:00
Update README.md
This commit is contained in:
parent
884dd8fd0a
commit
2b71621c33
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ applications playing audio.
|
||||||
|
|
||||||
## Manual Build and Install
|
## Manual Build and Install
|
||||||
|
|
||||||
- Install the virtual audio device `Background Music Device.driver` to **/Library/Audio/Plug-Ins/HAL**.
|
- Install the virtual audio device `Background Music Device.driver` to ***/Library/Audio/Plug-Ins/HAL***.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo xcodebuild -project BGMDriver/BGMDriver.xcodeproj \
|
sudo xcodebuild -project BGMDriver/BGMDriver.xcodeproj \
|
||||||
|
@ -152,7 +152,7 @@ applications playing audio.
|
||||||
INSTALL_PATH="$(BGMApp/BGMXPCHelper/safe_install_dir.sh)" \
|
INSTALL_PATH="$(BGMApp/BGMXPCHelper/safe_install_dir.sh)" \
|
||||||
clean install
|
clean install
|
||||||
```
|
```
|
||||||
- Install `Background Music.app` to **/Applications** (or wherever).
|
- Install `Background Music.app` to ***/Applications*** (or wherever).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo xcodebuild -project BGMApp/BGMApp.xcodeproj \
|
sudo xcodebuild -project BGMApp/BGMApp.xcodeproj \
|
||||||
|
|
Loading…
Reference in a new issue