Sha256: 02620ab8760576f78011d28576ced7da562639f6416f459f9b07ae94411a49f1

Contents?: true

Size: 878 Bytes

Versions: 1

Compression:

Stored size: 878 Bytes

Contents

---
layout: en
title: Install with Homebrew
---
== How to install Rabbit with Homebrew on Mac OS X

This document describes how to install Rabbit with Homebrew and RubyGems on Mac OS X.

=== Requirements

* An Intel CPU
* OS X Leopard or higher
* Xcode with X11 (XQuartz is required)

=== Install Homebrew

 $ ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)

Then add /usr/local/bin to your PATH.

=== Install softwares Rabbit needs

  $ brew install cairo
  $ brew link cairo
  $ brew link --overwrite pixman
  $ brew install pango
  $ brew install gtk+
  $ brew install poppler --with-glib

=== Install Rabbit

Exec gem install.

  $ sudo gem install rabbit
  $ sudo gem install rabbiter # If you want to use Twitter related features

=== Set environment variable

Add the following to your ~/.bach_login or ~/.zshenv:

  export DYLD_LIBRARY_PATH=/usr/local/opt/cairo/lib

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rabbit-2.1.2 doc/en/install/homebrew.rd