Windows users: what's your dev setup?

You can talk about almost anything that you want to on this board.

Moderator: Moderators

Post Reply
User avatar
nicklausw
Posts: 376
Joined: Sat Jan 03, 2015 5:58 pm
Location: ...
Contact:

Windows users: what's your dev setup?

Post by nicklausw »

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.
User avatar
Banshaku
Posts: 2404
Joined: Tue Jun 24, 2008 8:38 pm
Location: Japan
Contact:

Re: Windows users: what's your dev setup?

Post by Banshaku »

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.
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: Windows users: what's your dev setup?

Post by tepples »

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
User avatar
NovaSquirrel
Posts: 423
Joined: Fri Feb 27, 2009 2:35 pm
Location: Fort Wayne, Indiana
Contact:

Re: Windows users: what's your dev setup?

Post by NovaSquirrel »

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?

Post by Oziphantom »

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.
User avatar
Dwedit
Posts: 4470
Joined: Fri Nov 19, 2004 7:35 pm
Contact:

Re: Windows users: what's your dev setup?

Post by Dwedit »

My dev setup for PC stuff is Visual Studio.
Here come the fortune cookies! Here come the fortune cookies! They're wearing paper hats!
User avatar
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?

Post by TmEE »

I do nearly all my dev with FreeBASIC compiler and a text editor.
Post Reply