Skip to content

Instantly share code, notes, and snippets.

View SpookyCorgi's full-sized avatar
🐶
Hard working

James Lee SpookyCorgi

🐶
Hard working
View GitHub Profile
@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: