Skip to content

Commit

Permalink
edit install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timohyva committed May 11, 2024
1 parent 52a0f1d commit 3286645
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@ then run **cmake** to configure the build system
$ cd verkko-Hem-repo
$ mkdir build && cd build
$ cmake ..
```
after then, build the binary executable
```shell
$ cmake --build . -j N
```
```
The built executable locates in `./build/sol` with file name `VerHam`.

0 comments on commit 3286645

Please sign in to comment.