Skip to content

Instantly share code, notes, and snippets.

View ilwoong's full-sized avatar

Ilwoong Jeong ilwoong

  • Republic of Korea
View GitHub Profile
@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active June 17, 2024 15:13
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@udnaan
udnaan / openssl_cross_compile.md
Last active June 24, 2024 00:54
How to cross compile Openssl 1.1.0 for Windows Host on Ubuntu 14.04 LTS

Install mingw tools on linux:

sudo apt-get install mingw-w64

clone openssl repo:

git clone https://github.com/openssl/openssl.git

Configure openssl for cross compile: