Updating cppxfel

From cctbx_xfel
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.