Quote:
How is the Mac app download different from the rest of the downloads (can't Macs do the same a Linux?)
The
App Bundle makes it easier for Mac users to run the program. Like .jar files it is essentially a .zip with a certain structure. I don't have a Mac so I could not test it myself, but others have told me it works. Mac users can still run IronAHK the Linux way.
Quote:
Is there any reason to download the sources? (for Linux)
Not unless you prefer to compile yourself. The nightly build server is CentOS with Mono 2.6.7 and the stable releases are built on my Windows 7 laptop with Visual Studio 2010 Professional. However none of this matters since the resulting binaries are practically identical.
Quote:
...is there a way to make double clicking the .exe or .ahk work? Instead of running it that way all the time?
Quote:
...any other ways to make double clicking work, like in Windows?
Yes it
is possible but requires kernel modifications. This will be provided for Debian/Ubuntu users when I write .deb packages.
Quote:
Why "/usr/bin/env" with a param of "ironahk" (what does running env do?) & not something like...
/usr/bin/env is
more portable, but you can specify the absolute path if you like.
Quote:
How do you create the msi files?
With
WiX.