3
Violet
4y

I know Windows XP is ancient,but how do people legitimately get anything developed under Windows. It's legitimately frustrating. If it weren't for my sdcard wiping itself when I shutdown I'd probably be using Debian.

Comments
  • 5
  • 3
    You install MingW with GCC or Clang, run your build scripts or makefiles, done. Super easy.
  • 3
    Well, it's much easier to develop on a version of Windows that isn't 18 years old and properly supports modern hardware...
  • 2
    Easy:
    MingW, Git Bash, WSL, VM, environment variables and Paths.

    A little bit of elbow grease to force things to work when they just don't, and tada, can develop anything, for any platform while having a decent gaming rig.
  • 4
    Try installing Debian 3.0 since that came out about the same time as XP 👍
Add Comment