Skip to content

Latest commit

 

History

History

cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

CPP

Build Systems and Process Management

Tools:

  • clang
  • cmake
  • make
  • gdb: echo "set startup-with-shell off" >> ~/.gdbinit

How to Install:

brew install cmake
brew install coreutils
brew install doxygen
brew install llvm
brew install gdb

Testing

Tool: Google Test