Bay 12 Games Forum

Other Projects => Curses => Topic started by: SlatersQuest on June 16, 2014, 02:22:59 pm

Title: Making LCS for Windows
Post by: SlatersQuest on June 16, 2014, 02:22:59 pm
As you know I've been working on the Terra Vitae Mod (http://www.bay12forums.com/smf/index.php?topic=134632.msg4857765#msg4857765). Unfortunately, I'm a Mac person, and most of the people here aren't.


Does anybody know of an application that I could download that would compile C++ code to a Windows executable or otherwise transform a Unix application into a Windows application?
Title: Re: Making LCS for Windows
Post by: Moochoomon on June 17, 2014, 07:53:50 pm
You could always upload / github the source code and have a windows user compile the mod for you.
Title: .
Post by: Yannanth on June 18, 2014, 04:27:10 pm
.
Title: Re: Making LCS for Windows
Post by: Liberal Elitist on June 23, 2014, 05:43:36 am
Try this: http://crossgcc.rts-software.org/doku.php?id=start (http://crossgcc.rts-software.org/doku.php?id=start)

It's a MinGW cross compiler that runs on Mac OS X and produces Windows executables using MinGW-GCC. Should work just fine for your purposes.
Title: Re: Making LCS for Windows
Post by: SlatersQuest on June 27, 2014, 11:01:08 am
Gaah, sorry for being away for so long. Thanks for telling me about this - I will look into it as soon as I am able!