-
Notifications
You must be signed in to change notification settings - Fork 3
/
INSTALL
29 lines (19 loc) · 953 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
----------------------------------------------------------------------
INSTALLATION VIA COMPILATION
----------------------------------------------------------------------
There is currently only one officially-supported approach for building
and installing PyMOL from the open-source code:
UsingPython Disutils under an open-source environment, such as:
Linux
FreeBSD
Mac OS X under X11 (with Fink or similar)
See also: http://pymolwiki.org/index.php/Linux_Install
Note that you must have OpenGL, glut, libpng, tcl/tk, python,
freetype2, and Pmw already installed on your system for this to work.
Nowadays, you can typically use the package manager to automatically
download and install the required components ("apt-get install
python-pmw" or "yum install freetype-devel", etc.)
python setup.py build install --home=~
~/bin/pymol
Note: under Fink, "python" above must be Fink's python.
Good luck!