Skip to content

DevItBetter/Yam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Development Environment

Install the following:

*Add to PATH environment variable

VSCode Extensions

  • Microsoft C/C++
  • Microsoft C/C++ Extension Path
  • Microsoft CMake Tools

Create environment variable

CMAKE_INSTALL_PREFIX - defines build install location

Launching development environment

  • Open Developer Command Prompt for VS 2022
  • launch vscode from there

install MSYS2 pacman -Suy | update system packages, if prompted to close terminal, open a new terminal and run again to update non-core packages

pacman -Fy | download database file for remote package repositories

pacman -S mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-gcc

mingw-w64-ucrt-x86_64-libusb

mingw-w64-libusb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors