Tag Archives: WSL

Configure cmake project with VS code in WSL

It is quite nice to use Visual Code as an IDE to build linux cpp projects in a WSL environment. Install WSL2 or WSL 2. Install VS code in Win 10 and install the neccessary plugins, including Remote WSL, C/C++, C++ … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Installation of WSL and WSL2

WSL is Windows Subsystem for Linux.   The installation of WSL can be found https://docs.microsoft.com/nl-nl/windows/wsl/install-win10 .   WSL can be upgraded to WSL2  for a better file I/O performance. The upgrdation instruction can be found https://docs.microsoft.com/en-us/windows/wsl/wsl2-install. [youtube]https://www.youtube.com/watch?v=ilKQHAFeQR0[/youtube] Note: make sure that … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment