hxdist

Creates distributable packages for Windows, Mac, and Linux
https://github.com/csclyde/hxdist

To install, run:

haxelib install hxdist 0.1.6 

See using Haxelib in Haxelib documentation for more information.

README.md

About

A program to package Haxe applications for distribution.

Targets

Current Targets

  • HashLink bytecode: Windows, Mac, Linux
  • HashLink/C compiled executable: Windows, Linux
  • JavaScript: Web

Current Libraries

  • Heaps.io
  • SDL

Future Targets

  • HashLink/C compiled executable: Windows, Mac
  • HashLink/C cross compilation from all platforms to all platforms
  • OpenFL
  • HaxeFlixel

Install

haxelib install hxdist

Usage

USAGE:
    haxelib run hxdist [<hxml1>] [<hxml2>] [<hxml3>]
FLAGS:
    -h Show tool usage
    -v Verbose output
PARAMS:
    [-p <project_name>] Defaults to the project folder name
    [-o <output_dir>] Defaults to /dist within your project folder
EXAMPLES:
    haxelib run hxdist hashlink.hxml -o someFolder -p MyGreatGame
Contributors
csclyde
Version
0.1.6
Published
3 years ago
License
Apache

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub