diff options
author | Thomas White <taw@physics.org> | 2019-04-16 17:25:50 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-04-16 17:26:27 +0200 |
commit | 50a3cb06809bae0f56e5063e5e051a6d04502b99 (patch) | |
tree | 2f46a4f00ed1ec9fac7bb674837400a69499cab0 /README | |
parent | 6462dabdb52c14437f4e72de0a09d5efb04285f6 (diff) |
Clean up residual CBFlib stuff
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -129,7 +129,7 @@ $ sudo make install 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, FFTW3, CBFLib and GTK2. All of these should be +libTIFF, libPNG, Cairo, FFTW3 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. @@ -142,12 +142,6 @@ cmake -DXGANDALF_INCLUDES=/path/to/xgandalf/include \ The path to HDF5 can be set similarly: cmake -DHDF5_ROOT=/path/to/hdf5 (... /include, /lib etc) -Or for CBF, use one of: --DCBF_CBF_INCLUDES=/path/to/cbflib/include (... /cbf/cbf.h) --DCBFLIB_CBF_INCLUDES=/path/to/cbflib/include (... /cbflib/cbf.h) -and: --DCBF_LIBRARIES=/path/to/libcbf.so - To install CrystFEL in a custom location, use: -DCMAKE_INSTALL_PREFIX=/path/for/crystfel/installation |