pacman/README.md

716 B

Mod(C++) Fundamentals

All Platform:

Ubuntu 20.04 or newer

  • Install the build tools
sudo apt-get install ninja-build pkg-config curl zip unzip tar cmake build-essential libx11-dev libxrandr-dev libxi-dev libudev-dev libgl1-mesa-dev

Windows:

Mac

  • Install clang by typing xcode-select --install in a terminal and following the instructions
  • Install the build tools
brew install cmake ninja