From 64fc5f7415ee9ead5195200ebb36b6066cd33eaa Mon Sep 17 00:00:00 2001 From: Pacman Ghost Date: Wed, 2 Nov 2022 08:24:43 +0000 Subject: [PATCH] Update 'FAQ' --- FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ.md b/FAQ.md index e9055ef..52b6007 100644 --- a/FAQ.md +++ b/FAQ.md @@ -9,3 +9,9 @@ There are two places these images can be loaded from (configured in the Settings * **from the internet**: in this case, VASSAL will download images from the internet, so you must have a working internet connection. Unfortunately, VASSAL is a little slow downloading images, but be patient, and the scenario will eventually appear. For fastest results, disable images completely (by unchecking all the options in the *Images in scenarios* box in the Settings dialog) - VASSAL will then load scenarios instantly (but they won't look as good). + +### Is there a Mac version? + +If you are using a Mac, you should run the program using Docker (recommended), or from source. + +While it's possible to compile the program and package everything up in the same way as the Windows version, I don't have a Mac, and so can't provide one. It's a [very simple process](https://vasl-templates.org/help?tab=fordevelopers#freeze), so if you're running from source and would like to put together a release, let me know and I'll make it available to everyone.