Last active
September 1, 2015 04:15
-
-
Save odekopoon/a2a6d7fa9ddf0b08e032 to your computer and use it in GitHub Desktop.
How to install pony language compiler with HomeBrew and OSX
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
# It depends on the llvm --with-rtti (It takes a long time) | |
brew install libressl pcre2 ponyc | |
# use HEAD | |
brew install https://raw.githubusercontent.com/odekopoon/homebrew/etc/Library/Formula/ponyc.rb --HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment