Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.06 KB

requirements.md

File metadata and controls

30 lines (21 loc) · 1.06 KB

Requirements

  1. Environment
    1. Upgrading to newer versions of development environments
  2. Other

Environment

Language Version Package

I recommended using VS Code.

If you are on Windows, I highly recommend installing msys2. After installation, run the following from the msys2 shell:

pacman -Syu
pacman -S base-devel
pacman -S mingw-w64-x86_64-toolchain
pacman -S mingw-w64-x86_64-cmake

Upgrading to newer versions of development environments

Other

  1. For those who may not wish to use VSCode and instead prefer a simple text editor
    1. There is a Makefile at the root of this repository for building and running tests.
    2. Instructions will be provided at a later time for command line usage to add new problems, run tests, etc.
  2. I do not recommend using any sort of bloated IDE. They tend to add a lot of files simply for their specific plumbing.