mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 16:36:59 +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>
154 B
154 B
Initial Setup
git clone https://github.com/pound-emu/pound.git
cd pound
./scripts/setup_submodules.sh
mkdir build
cd build
cmake ..
make