Add README
This commit is contained in:
parent
e8448893fd
commit
7afdb4d53e
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
Get started:
|
||||
```
|
||||
# Fetch/update submodules:
|
||||
git submodule update --init --recursive
|
||||
|
||||
# To set up a build in directory `build`:
|
||||
cmake -B build
|
||||
# To build in directory `build`:
|
||||
cmake --build build
|
||||
```
|
Loading…
Reference in a new issue