Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is download link/how to install #28

Open
cgm707 opened this issue Apr 19, 2016 · 5 comments
Open

Where is download link/how to install #28

cgm707 opened this issue Apr 19, 2016 · 5 comments

Comments

@cgm707
Copy link

cgm707 commented Apr 19, 2016

I am interested in the background music utility for Mac, but do not know where to find the download file, and unsure how to install.

Thank you.

@hoke-t
Copy link
Contributor

hoke-t commented Apr 19, 2016

See README.md:

Install

No binaries yet, but building should take less than a minute. To build and install everything, clone/download the
project and run the build_and_install.sh script. Unfortunately, it won't build if you don't have Xcode installed
because xcodebuild doesn't work on its own anymore.

The script restarts the system audio process (coreaudiod) at the end of the installation, so you might want to pause any
apps playing audio.

The script restarts the system audio process (coreaudiod) at the end of the installation, so you might want to pause any apps playing audio.

If you are uncomfortable following the steps above, a .dmg file should be available soon as it is listed on the todo list.

@cgm707
Copy link
Author

cgm707 commented Apr 19, 2016

thanks for the really quick response. i have used the terminal app on my Macbook for entering info, but i am not clear on how to run the build and install script. i have no idea which item on the website is the clone/download, either.

Just found the zip file and downloaded /opened file. The rest, not sure.

@hoke-t
Copy link
Contributor

hoke-t commented Apr 19, 2016

Ok, here are steps that should work:

  1. Click download zip button at the top right of the repository.
  2. Open terminal.
  3. Type cd /path/to/folder
  4. Type ./build_and_install.sh

This should add both the driver and application to your system.

@cgm707
Copy link
Author

cgm707 commented Apr 19, 2016

No such file or directory is what I get.

@hoke-t
Copy link
Contributor

hoke-t commented Apr 19, 2016

After typing which step? 3 or 4?

@ZV00
Copy link
Contributor

ZV00 commented Apr 19, 2016

cgm707, I believe you were missing it from step 3. In step 3, you need to replace the /path/to/folder with the path on your computer such as: /Users/MY.ACCOUNT.NAME/Downloads/BackgroundMusic-master

That should work for you.

Upon my installation, I required one additional command:

sudo killall coreaudiod

And then a restart of the application worked for me! Hopefully that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants