Go to file
Corentin Jabot 4a20eecf91 Fix bug 2021-10-05 14:04:08 +02:00
.github/workflows
.vscode Add another catch2 extension 2021-10-04 15:21:07 +02:00
assets
cmake Refactor out the vcpkg cmake code 2021-09-27 16:33:06 +02:00
exercises Use new name 2021-10-05 13:51:10 +02:00
lib Add some AI tests 2021-10-05 13:43:08 +02:00
scaling-lib
src
test Fix bug 2021-10-05 14:04:08 +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 Use right test present key 2021-10-04 15:31:14 +02:00
README.md Update README.md 2021-10-04 15:46:53 +02:00
vcpkg.json

README.md

Mod(C++) Fundamentals

Install tools

All Platforms:

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

Configure and build project

All Platforms:

git clone https://github.com/mod-cpp/pacman.git
cd pacman
code .