Skip to content

Instantly share code, notes, and snippets.

@eliukblau
Forked from cristobal/osx-openfl-install.sh
Created June 3, 2014 02:47
Show Gist options
  • Select an option

  • Save eliukblau/07ff9725ef12c8d30e58 to your computer and use it in GitHub Desktop.

Select an option

Save eliukblau/07ff9725ef12c8d30e58 to your computer and use it in GitHub Desktop.
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment