Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 395 Bytes

File metadata and controls

18 lines (13 loc) · 395 Bytes

ccwc

WordCount Challenge by John Crickett

Find more stuff in docs folder

Compiling from source

Please ensure that you have the following dependencies installed:

  • Boost
  • CMake
  • G++/Clang++
  • Ninja
  • Clang-tidy
  • Ccache

Use cmake to generate the build system. As we already have a CMakePresets.json file, you can use cmake --preset clang-release to generate the build system.