Merge pull request #47 from Crazygamer212/patch-1

Update compguide.md
This commit is contained in:
OwnedByWuigi 2025-07-22 13:18:20 +01:00 committed by GitHub
commit ff2a43af86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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++`