Find a file
2021-10-04 14:47:23 +02:00
.github/workflows
.vscode Remove extebsion with promitional message 2021-10-04 14:37:47 +02:00
assets
cmake Refactor out the vcpkg cmake code 2021-09-27 16:33:06 +02:00
exercises Put in the build instructions in the README 2021-10-04 14:47:23 +02:00
lib Adding board unit tests. 2021-09-28 14:34:48 +02:00
scaling-lib
src
test Adding board unit tests. 2021-09-28 14:34:48 +02:00
.clang-format
.clang-tidy
.gitignore
.gitmodules
CMakeLists.txt Refactor out the vcpkg cmake code 2021-09-27 16:33:06 +02:00
CMakePresets.json
README.md Put in the build instructions in the README 2021-10-04 14:47:23 +02:00
vcpkg.json

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 cmake using brew:

brew install cmake ninja