diff options
author | Thomas White <taw@physics.org> | 2021-06-23 11:32:37 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-06-23 12:12:03 +0200 |
commit | 3eac0dee5adbe50b140cb010968b4a0f72e888d0 (patch) | |
tree | c830a2493fb270992e9c926d826ca0c2f55ea8d4 /INSTALL.md | |
parent | 67151e4f1c3939ca6e7de13b4ed499875f694e49 (diff) |
Tweak INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -44,15 +44,16 @@ roughly in order of importance: * [Pango](https://pango.gnome.org/) 1.0 or later, including [PangoCairo](https://docs.gtk.org/PangoCairo/) (required for GUI) * [gdk-pixbuf](https://docs.gtk.org/gdk-pixbuf/) 2.0 or later (required for GUI) * [libccp4](ftp://ftp.ccp4.ac.uk/opensource/) (required for MTZ import/export) -* [FFTW3](http://fftw.org/) 3.0 or later (required for `asdf` indexing) +* [FFTW](http://fftw.org/) 3.0 or later (required for `asdf` indexing) * [FDIP](https://stash.desy.de/users/gevorkov/repos/fastdiffractionimageprocessing/) (for `peakFinder9` peak search algorithm) * NCurses (for integration diagnostics: `indexamajig --int-diag`) Apart from FDIP, all of the dependencies mentioned above (including libccp4 - yes, really!) should be available from your Linux distribution's package manager, or from [Homebrew](https://brew.sh/) on Mac OS. You should not need -to download and install any of them separately from source. We emphatically -recommend against trying to install GTK, Cairo, Pango or gdk-pixbuf from source. +to download and install any of them separately from source. In particular, we +emphatically recommend against trying to install GTK, Cairo, Pango or +gdk-pixbuf from source. If OpenCL is available on your system, GPU-accelerated diffraction calculation will be enabled for `pattern_sim`. |