Merge pull request #24 from SamsonLib/main

Added Submodule init with bash code block and a bit of text
This commit is contained in:
OwnedByWuigi 2025-06-21 20:55:13 +01:00 committed by GitHub
commit c5278116ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,10 +54,17 @@ then:
```bash
cd pound
```
lastly:
To initialize the submodules, direct to ``3rd_Party`` and than run ``git submodule update --init --recursive``
```bash
cd 3rd_Party
git submodule update --init --recursive
cd ..
```
lastly (in the pound directory not 3rd_Party) run:
```bash
cmake -G Ninja -B . -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++