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

Installing on Mac OS X #4

Open
bahamas10 opened this issue Nov 22, 2013 · 0 comments
Open

Installing on Mac OS X #4

bahamas10 opened this issue Nov 22, 2013 · 0 comments

Comments

@bahamas10
Copy link

Hey, this is great software, and I found it thanks to ParkerR in #xbmc. I got this compiled on OS X, and these are the steps I took... feel free to add this to the Wiki if you'd like.

Mac OS X Installation

Note: If your are running OS X 10.8 or higher, XQuartz is required, it can be downloaded and installed here http://xquartz.macosforge.org/landing/

  1. Install brew. http://brew.sh
  2. Updated brew. brew update
  3. Install pygtk. brew install pygtk
  4. Start xbev with the proper path. PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH python xbev.py

Or simply:

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
brew update
brew install pygtk
PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH python xbev.py localhost
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

1 participant