Sha256: 963e58dcae24f430ccc2b1f63000cbbdbe3ccd1b6c3b74fa1bbd1bdc7bb2aef1

Contents?: true

Size: 845 Bytes

Versions: 9

Compression:

Stored size: 845 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 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

9 entries across 9 versions & 1 rubygems

Version Path
rabbit-2.1.1 doc/en/install/homebrew.rd
rabbit-2.1.0 doc/en/install/homebrew.rd
rabbit-2.0.9 doc/en/install/homebrew.rd
rabbit-2.0.8 doc/en/install/homebrew.rd
rabbit-2.0.7 doc/en/install/homebrew.rd
rabbit-2.0.6 doc/en/install/homebrew.rd
rabbit-2.0.5 doc/en/install/homebrew.rd
rabbit-2.0.4 doc/en/install/homebrew.rd
rabbit-2.0.3 doc/en/install/homebrew.rd