Skip to content

Instantly share code, notes, and snippets.

View ser-mk's full-sized avatar
codeball

Evgeny Chormonov ser-mk

codeball
View GitHub Profile
@ser-mk
ser-mk / build.cmd
Created June 13, 2023 22:18 — forked from mmozeiko/build.cmd
download & build llvm+clang on Windows
@echo off
setlocal enabledelayedexpansion
rem !!! build requirements !!!
rem Visual Studio 2019 or 2022
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
#!/bin/sh
# @SC: needs to have directories named llvm and clang in the same dir
# as this script
mkdir build
cd build
cmake -G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=MinSizeRel \
@ser-mk
ser-mk / A.markdown
Created February 20, 2016 11:43 — forked from umpirsky/A.markdown
Sublime Text Monokai Sidebar Theme.