Updating cppxfel: Difference between revisions

From cctbx_xfel
Jump to navigation Jump to search
(Created page with "In the case of updating the cppxfel installation, open a terminal and navigate to the <code>cppxfel</code> directory. <pre>cd /absolute/path/to/dials/dials-dev-508/modules/cp...")
 
No edit summary
 
Line 1: Line 1:
{{Archived}}
In the case of updating the cppxfel installation, open a terminal and navigate to the <code>cppxfel</code> directory.
In the case of updating the cppxfel installation, open a terminal and navigate to the <code>cppxfel</code> directory.



Latest revision as of 18:35, 19 August 2026

This page has been archived

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.