Option 1: MacPyMOL. MacPyMOL is an Aqua-based PyMOL with a more Mac-like user interface. In addition to supporting native OpenGL rendering, its unique features include Copy-and-Paste of images and direct output of QuickTime movies.
- Download and uncompress macpymol-0_99rc6.tar.gz. A Universal Binary
- Install by copying MacPyMOL into your Applications folder (or any suitable location).
- Launch PyMOL by double-clicking on the MacPyMOL icon.
Option 2: PyMOLX11Hybrid. MacPyMOL now includes a hybrid X11 mode. Assuming that X11 is already installed, simply duplicate and rename the application bundle to "PyMOLX11Hybrid" and then launch (requires Tiger).
<!--Option 3: MacPyMOL for Panther. This is a backwards-compatible release for PowerPC machines running the prior release of Mac OS X.
- Download and uncompress macpymol-0_99rc1-panther.tar.gz.
- Install by copying MacPyMOL into your Applications folder (or any suitable location).
- Launch PyMOL by double-clicking on the MacPyMOL icon.
- Download the version appropriate for your system:
pymol-0_99rc6-bin-macosx-ppc-x11.tgz
pymol-0_99rc6-bin-macosx-x86-x11.tgz - Extract the archive
tar -zxf pymol-0_99rc6-bin-macosx-ppc-x11.tgz
to create a "pymol" directory - Run the setup script from within the new directory
cd pymol ./setup.sh
to create the "./pymol" launch script. - Then test-launch PyMOL as
./pymol
- Optional: copy or link "./pymol" to an appropriate location in your path.
ln -s $PWD/pymol $HOME/bin/pymol
- Optional: to avoid having to click twice when moving the mouse between windows, issue
defaults write com.apple.x11 wm_click_through -bool true
and then restart the X-server.
No comments:
Post a Comment