Guide to Cross-Compiling Common Lisp for Windows
By
todsacerdoti
A five-star bake. Worth schmearing, sharing, saving.
Summary
The article discusses the process of enabling Windows support for a Raylib bindings library and a game on Linux by cross-compiling C code. It provides instructions on using the mingw-w64-toolchain on Arch Linux to produce Windows executables and demonstrates compiling and running C code on Windows. Additionally, it briefly mentions linking to a DLL.
Key quotes
· 3 pulledThe process was surprisingly smooth.
We can easily produce Windows executables from Linux with no extra configuration just by using the correct compiler toolchain.
Hello, World!
You might also wanna read
Microsoft releases native Coreutils for Windows, bringing Unix command-line tools to the platform
Microsoft has released a preview version of Coreutils for Windows, bringing classic Unix command-line tools (cat, grep, find, xargs, etc.) n
7 cross-platform commands that work on both Windows PowerShell and Linux
This article highlights 7 common commands that work across both Windows (PowerShell) and Linux command-line interfaces, helping users avoid
Microsoft releases coreutils for Windows, bringing over 75 Unix commands to CMD and PowerShell
Microsoft has released coreutils, a Rust-built multi-call binary for Windows that brings over 75 Unix/Linux commands (including cat, ls, gre
