Skip to content

Developer Getting Started: Linux

Cong edited this page Feb 16, 2016 · 25 revisions

Prerequisites

  • cmake
  • libsdl2-dev, libsdl2-image-dev, libsdl2-mixer-dev
  • build-essential
  • ninja-build (optional for faster builds; requires cmake version >= 2.8.8)
  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!