You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Please cite the article and the repository if you use this code in your research
13
13
14
14
The package comes as a [CMake](https://cmake.org) project so you will need CMake (v.>=3) to configure it. Additionally you will need a C compiler, `make` (on linux). The toolkit comes with an executable `dvc` which may be used directly. We provide wrappers for Python.
15
15
16
-
1. Clone this repository to a directory, i.e. `CCPi-DVC`,
16
+
1. Clone this repository to a directory, i.e. `DigitalVolumeCorrelation`,
17
17
2. create a build directory.
18
18
3. Issue `cmake` to configure (or `cmake-gui`, or `ccmake`, or `cmake3`). Use additional flags to fine tune the configuration.
19
19
@@ -32,7 +32,7 @@ Here an example of build on Linux:
0 commit comments