Created
November 21, 2012 17:36
-
-
Save disolovyov/4126329 to your computer and use it in GitHub Desktop.
Lambdabot on OS X with Homebrew
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
| brew install readline && \ | |
| cabal install readline --extra-include-dirs=/usr/local/Cellar/readline/6.2.4/include --extra-lib-dirs=/usr/local/Cellar/readline/6.2.4/lib --configure-option=--with-readline-includes=/usr/local/Cellar/readline/6.2.4/include --configure-option=--with-readline-libraries=/usr/local/Cellar/readline/6.2.4/lib && \ | |
| cabal install lambdabot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment