diff options
author | Thomas White <taw@physics.org> | 2014-04-25 15:41:25 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-04-25 15:41:25 +0200 |
commit | ed571bb053a53ddc86b62f9570394aa1c3af7ffe (patch) | |
tree | 2a38b308d7557b35510158fe561b0d315ded3fe3 | |
parent | ad08722d36f65d00877835486a61d973ab6f7847 (diff) |
Update README
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -118,7 +118,10 @@ $ ./configure --disable-gtk At a minimum, you will need the HDF5 library (version 1.8.0 or later) and the GNU Scientific Library (GSL). For a full installation, you will also need -libTIFF, libPNG, Cairo and GTK. +libTIFF, libPNG, Cairo and GTK2. All of these should be installed from your +distribution's package manager. Be sure to install the development files for +each package, which will have a name like "gtk+-2.0-dev" or "gtk+-2.0-devel", +depending on which distribution you use. If you're compiling on Mac OS X, where GTK, libPNG and libTIFF seem to be much harder to come by, disable lots of things: |