Skip to content

Commit

Permalink
Add tutorial commands for git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
songofabumblebee authored Jan 15, 2024
1 parent ddc62d0 commit 5a34cfa
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 5a34cfa

Please sign in to comment.