Skip to content

Instantly share code, notes, and snippets.

@dkinzer
Last active August 29, 2015 14:07
Show Gist options
  • Save dkinzer/927cea97d5d02d26e5d8 to your computer and use it in GitHub Desktop.
Save dkinzer/927cea97d5d02d26e5d8 to your computer and use it in GitHub Desktop.
Building lambdabot from source.
# Deps
sudo apt-get install build-essential scons gcc autotools-dev git ncurses-dev haskell-platform libpcre3 libpcre3-dev
cabal update
# Git.
git clone https://github.com/mokus0/lambdabot.git
cd lambdabot/
git origin add sagi https://github.com/sagittarian/lambdabot.git
git remote add sagi https://github.com/sagittarian/lambdabot.git
git fetch sagi haskell-src-exts
git checkout -b haskell-src-exts sagi/haskell-src-exts
bash .travis/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment