Skip to content
Schaaf, Martin edited this page May 20, 2014 · 2 revisions

on dist creation

current platform target platform possible
win mac
win linux
win win ✔️
linux mac
linux linux ✔️
linux win ✔️
mac mac ✔️
mac linux
mac win ✔️

on tools on dist creation

A windows distribution is only a exe file that is copied together from the sources. This is implemented in a platform independent way.

The mac dist is dmg file. For creation the tools hdiutil and osascript are necessary. This works only on a mac.

The linux dist can be a deb or a rpm package. For creation we use the tool checkinstall.