Skip to content

Instantly share code, notes, and snippets.

View JunYoungJo's full-sized avatar

JunYoungJo JunYoungJo

View GitHub Profile
@JunYoungJo
JunYoungJo / build.cmd
Created December 21, 2023 02:36 — forked from mmozeiko/build.cmd
download & build llvm+clang on Windows
@echo off
setlocal enabledelayedexpansion
rem !!! build requirements !!!
rem Visual Studio 2022 - https://visualstudio.microsoft.com/vs/
rem 7-Zip - https://www.7-zip.org/download.html
rem Python - https://www.python.org/downloads/
rem CMake - http://www.cmake.org/download/
rem ninja.exe - https://github.com/ninja-build/ninja/releases/latest