Skip to content

Developer Getting Started: CLion

Cong edited this page Mar 2, 2024 · 4 revisions

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!