Skip to content

Commit 300ad93

Browse files
committed
instructions for cmake, building, compiling, fixing formating
1 parent 77993be commit 300ad93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This is the clt-svr-model project.
44

5+
```
6+
cmake --preset=dev .
7+
8+
cmake --build build/dev -j <num_threads>
9+
10+
cmake --build build/dev -t format-fix
11+
```
12+
513
# Building and installing
614

715
See the [BUILDING](BUILDING.md) document.

0 commit comments

Comments
 (0)