Last active
June 6, 2021 17:30
-
-
Save moret/f2523da1b2d18e0d9b59 to your computer and use it in GitHub Desktop.
Install Haxe using Brew and set the haxelib path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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