mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 10:37:00 +00:00
Added Submodule init with bash code block
This commit is contained in:
parent
39542a15de
commit
ba0eac9764
1 changed files with 9 additions and 2 deletions
|
|
@ -54,10 +54,17 @@ then:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd pound
|
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
|
```bash
|
||||||
cmake -G Ninja -B . -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
|
cmake -G Ninja -B . -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue