pound-emu_pound/COMPILING.md
Ronald Caesar 6bdfd6fcea
Big Commit
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>
2025-09-27 09:16:49 -04:00

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