Updating cppxfel

From cctbx_xfel
Revision as of 13:13, 28 January 2016 by Helenginn (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In the case of updating the cppxfel installation, open a terminal and navigate to the cppxfel directory.

cd /absolute/path/to/dials/dials-dev-508/modules/cppxfel

Then, pull the latest code from the repository.

git pull

If necessary, some command line tools may need to be configured. To do this, type

libtbx.configure cppxfel

Then, the C++ code will need recompiling.

cd ../../build
make

The new distribution of cppxfel will be available to use.