mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 01:36:57 +00:00
The changes affects multiple places in the repo and this one of the rare instances where I cant be bothered writing a comprehensive commit. Look at the diff for changes. Signed-off-by: Ronald Caesar <github43132@proton.me>
11 lines
154 B
Markdown
11 lines
154 B
Markdown
### Initial Setup
|
|
|
|
```bash
|
|
git clone https://github.com/pound-emu/pound.git
|
|
cd pound
|
|
./scripts/setup_submodules.sh
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
make
|
|
```
|