Skip to content

Developer Getting Started: Linux

Cong edited this page Jun 19, 2020 · 25 revisions

Prerequisites

  • cmake
  • libsdl2-dev, libsdl2-image-dev, libsdl2-mixer-dev libgtk-3-dev
  • build-essential
  • ninja-build (optional for faster builds)
  • protobuf-compiler version 3.6
  • python-protobuf version 3
  1. Clone the repo to a location (e.g. ~/cdogs-sdl) using git clone https://github.com/cxong/cdogs-sdl.git

  2. Run make.sh

  3. Run src/cdogs-sdl. You are ready to go!