Skip to content

Instantly share code, notes, and snippets.

View winterknife's full-sized avatar
🎯
Focusing

winterknife winterknife

🎯
Focusing
View GitHub Profile
@winterknife
winterknife / GCC-Clang-Setup-Windows.md
Last active August 18, 2025 23:06
Tutorial to set up a Windows x86 development environment using the GCC + Clang/LLVM toolchain

OPTION 1: Windows Subsystem for Linux (WSL)

  1. Open a Command Prompt as Administrator
  2. Enable WSL
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
  1. Enable Virtual Machine Platform
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

Keybase proof

I hereby claim:

  • I am winterknife on github.
  • I am winterknife (https://keybase.io/winterknife) on keybase.
  • I have a public key ASDjZWJ9RYg3mlS-ZnWcvND7a1Dg0fcYX5NmvhFcrnLKKwo

To claim this, I am signing this object:

/*!
@file GuestAgent.c
@brief GuestAgent code.
@author Satoshi Tanda
@copyright Copyright (c) 2020 - , Satoshi Tanda. All rights reserved.
*/
#include "GuestAgent.h"