Developer Getting Started: Linux - cxong/cdogs-sdl GitHub Wiki
Prerequisites
- cmake
- libsdl2-dev, libsdl2-image-dev, libsdl2-mixer-dev libgtk-3-dev
- build-essential
- ninja-build (optional for faster builds)
- protoc version 3.6 (https://github.com/protocolbuffers/protobuf)
python3 -m pip install protobuf
Repo URL: https://github.com/cxong/cdogs-sdl.git
-
Clone the repo to a location (e.g.
~/cdogs-sdl) usinggit clone https://github.com/cxong/cdogs-sdl.git -
Run
make.sh -
Run
src/cdogs-sdl. You are ready to go!