Developer Getting Started: CLion - cxong/cdogs-sdl GitHub Wiki

CLion is a cross-platform IDE supporting CMake projects natively; getting started with it is very simple.

  • Clone C-Dogs SDL
  • Open the folder in CLion
  • CLion works best with vcpkg; use it to install the libraries needed (see Visual Studio
  • Wait for the IDE to finish indexing
  • Run the cdogs-sdl configuration. You are ready to go!