https://github.com/lukeredpath/squeezeslavemenu
An OSX menu bar app for controlling SqueezeSlave
https://github.com/lukeredpath/squeezeslavemenu
Last synced: about 1 year ago
JSON representation
An OSX menu bar app for controlling SqueezeSlave
- Host: GitHub
- URL: https://github.com/lukeredpath/squeezeslavemenu
- Owner: lukeredpath
- Created: 2010-11-17T18:33:55.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-18T02:54:42.000Z (over 15 years ago)
- Last Synced: 2025-01-29T10:43:18.572Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 148 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SqueezeSlaveMenu for OSX
SqueezeSlaveMenu is a small menu-bar applet for controlling [SqueezeSlave](http://wiki.slimdevices.com/index.php/SqueezeSlave), a command-line tool that can be used to turn your Windows, Mac or Linux computer into a Squeezebox device.
## Compiling on Snow Leopard
Before you can compile the app in Xcode, you will need to prepare the squeezeslave library, which is referenced as a git submodule (pointing at my Github mirror of the original Subversion repository).
First, initialize the sub-module:
$ git submodule update --init --recursive
Then, use make to compile the necessary static libraries:
$ cd External/squeezeslave
$ make -f makefile.osx-intel-display realclean
$ make -f makefile.osx-ppc-display realclean
$ make -f makefile.osx-i64-display realclean
$ make -f makefile.osx-i64-display
You should only have to do this once. You should now be able to open the Xcode project and compile and run the app.
## License
This application is licensed under the same terms as the original squeezeslave library, GPLv2.