Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 386 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 386 Bytes

how to compile:

RECOMMENDED:

  1. import into CLion via version control
  2. click "run", the CLion project should be set up automatically

MANUALLY:

  1. run cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" path/you/cloned/this/repo/to
  2. alternativly, if cmake debug is not desire: cmake .
  3. i'll be hones: not a C expert here. i'm using an IDE, don't know much more...