Skip to content

Commit d11c604

Browse files
committed
ADD: basic instructions for cc project
1 parent d0bdeac commit d11c604

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,13 @@ gantt
3939
local registration :locreg, after semseg, 2w
4040
error computation + results :errcomp, after locreg, 1w
4141
```
42+
43+
44+
## How to build c++ project
45+
To build and test the project, follow the following steps:
46+
47+
```terminal
48+
cmake -S . -B build
49+
cmake --build build
50+
./build/bin/diffCheck.exe
51+
```

0 commit comments

Comments
 (0)