How do I distribute a small C desktop app without compiling from source?
Advertisements I wrote a small program in C using SDL2. I’m used to only writing tools for myself and building them on Linux systems, but a friend of mine asked if I could give him a copy for use on his Windows machine. My program is built using cmake, and I could theoretically build it… Read More How do I distribute a small C desktop app without compiling from source?