[haXe] Command Line binaries

Nicolas Cannasse ncannasse at motion-twin.com
Thu Apr 26 22:56:14 CEST 2007


> Hi list! One question: Is it possible to create command-line binaries
> with Neko,xcross or something like this?

Yes. Once compiled in your ".n" you can run :

nekotools boot myapp.n

This will create a binary for you.
The other possibility is to use xcross, but you can't use all Neko
libraries with it.

Nicolas



More information about the Haxe mailing list