Sha256: 5678a7ac1199c6d2fcc773dc3d54818cffc235b9c4c5a2aaf19328aae4375921

Contents?: true

Size: 954 Bytes

Versions: 5

Compression:

Stored size: 954 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
  $ brew install libsvg

=== Install Rabbit

Exec gem install.

  $ sudo PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig 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

5 entries across 5 versions & 1 rubygems

Version Path
rabbit-3.0.1 doc/en/install/homebrew.rd
rabbit-3.0.0 doc/en/install/homebrew.rd
rabbit-2.2.1 doc/en/install/homebrew.rd
rabbit-2.2.0 doc/en/install/homebrew.rd
rabbit-2.1.9 doc/en/install/homebrew.rd