mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 10:37:00 +00:00
commit
ff2a43af86
1 changed files with 7 additions and 0 deletions
|
|
@ -32,6 +32,13 @@ git clone https://www.github.com/pound-emu/pound.git
|
||||||
cd pound
|
cd pound
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Initialize the submodules:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd 3rd_Party
|
||||||
|
git submodule update --init --recursive
|
||||||
|
cd ..
|
||||||
|
```
|
||||||
and then:
|
and then:
|
||||||
|
|
||||||
`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