All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Guide to Cross-Compiling Common Lisp for Windows

By

todsacerdoti

11mo ago· 4 min readen

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 pulled
The 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!
Snippet from the RSS feed
I recently enabled Windows support for my Raylib bindings library and a game of mine that uses it, Aero Fighter. The process was surprisingly smooth.

You might also wanna read