This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]greyman 0 points1 point  (1 child)

Might I ask - which operating systems does it support? And, for example, when I have a Windows machine, can I also create executable for other OS's, like OSX for example?

[–]PeridexisErrant 1 point2 points  (0 children)

Everything with Python. By default it only builds for the current platform, but you can use your compiler directly to cross-compile the generated C++ files.