Update compguide.md

the submodules need to be created on the ubuntu build as well
This commit is contained in:
Crazygamer212 2025-07-19 21:14:47 +01:00 committed by GitHub
parent ac472ea09a
commit 41a77dc458
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
```
Initialize the submodules:
```bash
cd 3rd_Party
git submodule update --init --recursive
cd ..
```
and then:
`cmake -G Ninja -B . -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++`