Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 14, 2024
2 parents dd9f71c + ec08cdf commit ca90ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ ctem
### Installing CTEM for code development
****************************************

CTEM uses CMake to automate the build process. You will need at least version 3.6.0.
Installing CTEM via pip automatically builds the standalone executable from the Fortran source code. For code development, it can be useful to compile the Fortran code on its own. CTEM uses CMake to automate the build process. You will need at least version 3.6.0.

Navigate to the topmost directory in your CTEM repository. It is best practice to create a ```build``` directory in your topmost directory from which you will compile CTEM. This way, temporary CMake files will not clutter up the project sub-directories. The commands to build the source code into a `build` directory and compile CTEM are:

Expand Down

0 comments on commit ca90ef2

Please sign in to comment.