vurglobal.blogg.se

Compile c++ visual studio code using wsl
Compile c++ visual studio code using wsl





compile c++ visual studio code using wsl

Installing the latest release of Meson (requires >=0.57.0) can be done with a simple command: C:\src>pip install mesonĪt the time of writing !3135 is not yet merged, so we need to use my branch:

compile c++ visual studio code using wsl

Let's also configure git: git config -global user.email config -global user.name "Xavier Claessens" That will open a terminal configured to use MSVC 圆4 tools.įirst let's create a directory where we'll fetch the source code: mkdir C:\src It asks many questions, however the default is always good enough, so next, next, next.įrom the Windows start menu, search for 圆4 Native Tools Command Prompt for VS 2019. Make sure to check the box "Add python to PATH".ĭownload from. Make sure to check the box "Desktop development with C++".ĭownload from. Here are step-by-step instructions, starting from a fresh Windows 10 installation, on how to run a gtk4-demo application. Meson has to build everything itself from scratch. The best stress test is to build projects on Windows, without msys2, because it has no dependencies or tools installed (e.g. Over the past few months, I've been working on a side project to improve Meson sub-project support.







Compile c++ visual studio code using wsl