Skip to content

Getting Started: Visual Studio

Wonsup Yoon edited this page Feb 24, 2021 · 19 revisions

Prerequisites

  • Install WSL. WSL 2 is not tested. We recommend Debian 10 or Ubuntu 20.04.
  • Install development tools in WSL.
sudo apt update && sudo apt install -y g++ gdb make ninja-build rsync zip
  • Install Visual Studio 2019. Other versions are not tested.
  • Install "Desktop development with C++" and "Linux development with C++" (including "C++ CMake tools for Linux") workloads using Visual Studio Installer.

Project setup

  1. Download and extract latest version.

Clone this wiki locally