Skip to content

Instantly share code, notes, and snippets.

@bendangelo
Forked from moret/haxe-openfl.sh
Created June 6, 2021 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bendangelo/bc8a9dc9da8b959b5947831ebacdfdad to your computer and use it in GitHub Desktop.
Save bendangelo/bc8a9dc9da8b959b5947831ebacdfdad to your computer and use it in GitHub Desktop.
Install Haxe using Brew and set the haxelib path
# Install Haxe using Brew and set the haxelib path
brew install haxe
haxelib setup /usr/local/Cellar/haxe/lib
# Install lime
haxelib install lime
# Install lime tools
haxelib install format
haxelib install svg
# Finally Install OpenFL
haxelib install openfl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment