I've been gaming some lately, and decided to start developing on Windows because I'm too lazy to reboot my computer to get to Arch.
I set up MSYS2 and after installing a bunch of packages through its pacman distribution, I was able to successfully compile bsnes-plus.
There really wasn't much help online for the problems I had with MSYS2 along the way, though. If it isn't the more widely used option for developing with windows, what is? Through the painful process of GUI installers with the regular command line and restarting the prompt every time you install something because you had to change the path?
I guess cygwin would be the obvious answer, but I don't like using the installer as a package manager, and when I did find an alternative, it didn't have some packages I needed.
Windows users: what's your dev setup?
Moderator: Moderators
Re: Windows users: what's your dev setup?
I don't program theses days on windows but if you have windows 10 you can install the ubuntu sub-system which should be official by now. With that, you can install all your linux based package with apt and they should run under windows without issues.
Right now I'm using 7 so I would be stuck with msys or something similar.
Right now I'm using 7 so I would be stuck with msys or something similar.
Re: Windows users: what's your dev setup?
I have done contract NES programming for several Windows users. As part of showing them how to make small modifications to a program I produced for them, I came up with instructions to spin up an MSYS + ca65 + Python 3 development environment under Windows.
EDIT: Link unbroken
EDIT: Link unbroken
- NovaSquirrel
- Posts: 423
- Joined: Fri Feb 27, 2009 2:35 pm
- Location: Fort Wayne, Indiana
- Contact:
Re: Windows users: what's your dev setup?
I actually just use the official MinGW download and the msys install that comes with it. When I've tried msys2 it was really strange and the documentation wasn't very good, and I had to go searching before I found some command that actually installed gcc.
-
Oziphantom
- Posts: 1163
- Joined: Tue Feb 07, 2017 2:03 am
Re: Windows users: what's your dev setup?
Reluanched64 + 64Tass
This way I don't have to sully my windows machine with msys or cygwin
I've done it in the past and oh man the pain...
If only Anniversary update would install on my machine
for that odd tool that only builds in Linux.
This way I don't have to sully my windows machine with msys or cygwin
If only Anniversary update would install on my machine
Re: Windows users: what's your dev setup?
My dev setup for PC stuff is Visual Studio.
Here come the fortune cookies! Here come the fortune cookies! They're wearing paper hats!
- TmEE
- Posts: 789
- Joined: Wed Feb 13, 2008 9:10 am
- Location: Estonia, Rapla city (50 and 60Hz compatible :P)
- Contact:
Re: Windows users: what's your dev setup?
I do nearly all my dev with FreeBASIC compiler and a text editor.