mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-31 18:06:51 +08:00
clone submodule recursively
This commit is contained in:
@@ -58,7 +58,7 @@ Other projects using **ggwave** or one of its prototypes:
|
||||
|
||||
```bash
|
||||
# build
|
||||
git clone https://github.com/ggerganov/ggwave
|
||||
git clone https://github.com/ggerganov/ggwave --recursive
|
||||
cd ggwave && mkdir build && cd build
|
||||
cmake ..
|
||||
make
|
||||
@@ -70,7 +70,7 @@ make
|
||||
### Emscripten:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/ggerganov/ggwave
|
||||
git clone https://github.com/ggerganov/ggwave --recursive
|
||||
cd ggwave
|
||||
mkdir build && cd build
|
||||
emcmake cmake ..
|
||||
|
||||
Reference in New Issue
Block a user