Skip to content

Instantly share code, notes, and snippets.

@cletrix
Forked from cristobal/osx-openfl-install.sh
Created June 5, 2018 04:00
Show Gist options
  • Select an option

  • Save cletrix/8ed127cf72c17d4afde0449a4bf93a29 to your computer and use it in GitHub Desktop.

Select an option

Save cletrix/8ed127cf72c17d4afde0449a4bf93a29 to your computer and use it in GitHub Desktop.

Revisions

  1. @cristobal cristobal created this gist Apr 1, 2014.
    14 changes: 14 additions & 0 deletions osx-openfl-install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    # Install Haxe using Brew and set the haxelib path
    brew install haxe
    haxelib setup /usr/local/Cellar/haxe/lib

    # Install lime
    haxelib install lime
    haxelib run lime setup

    # Install lime tools
    haxelib install format
    haxelib install svg

    # Finally Install OpenFL
    lime install openfl