Building VASSAL for Windows

I have a small application change that I added and built in Linux. It works as I wish and I would now like to package a Windows version to share with my opponents. The only info I have on this process is a posting to use JSmooth, which hasn’t been updated since 2007. Is this the proper way to make an installation package?

We’ve never used JSmooth for a release.

The way to do Windows builds is using the release-windows target of the Makefile. You’ll need to run ./bootstrap.sh before that to have all of the necessary dependencies in place.

1 Like

I have been able to build successfully and Vassal runs normally in Linux. However, when built for Windows, no user input appears in the chatter window, even the text generated at application start up does not appear. Anyone have an idea about why this is happening?