Updating cppxfel: Difference between revisions
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 difference)
|
Latest revision as of 13:13, 28 January 2016
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.