diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-03-31 22:32:37 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:23 +0100 |
commit | c9012bf2f2b35ee990839a73e6411233562d9464 (patch) | |
tree | a336305d84f5d0a2ef50f551e74da5b3581f7a20 /README | |
parent | 71cc017e2c526f23371557bcbeed95c9e6db32d2 (diff) |
Update docs
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -98,6 +98,16 @@ $ ./configure --with-libtiff=/some/strange/location $ ./configure --with-gsl=/some/strange/location $ ./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. + +You must use an installation of the HDF5 library which is thread safe. That +means it must have been configured with the "--enable-threadsafe" option. Most +binary distributions appear NOT to be like this. If you don't have a thread +safe HDF5 library, just be sure not to use the "-j" option for any of the +CrystFEL programs. + 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: |