Skip to content

Commit

Permalink
Merge pull request #37 from songofabumblebee/patch-1
Browse files Browse the repository at this point in the history
Add tutorial commands for git submodule
  • Loading branch information
hhyyrylainen authored Jan 15, 2024
2 parents ddc62d0 + 5a34cfa commit ca799d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ sudo dnf install cmake gcc-c++ libstdc++-static mingw32-gcc-c++ mingw32-winpthre

Also don't forget to init git submodules.

```sh
git submodule init
git submodule update
```

Then just:
```sh
make
Expand Down

0 comments on commit ca799d5

Please sign in to comment.