Sha256: f759089ad5fec6a4344d43577631c26964be331b8ebd96e61cc537c024e1eb01

Contents?: true

Size: 902 Bytes

Versions: 6

Compression:

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

6 entries across 6 versions & 1 rubygems

Version Path
rabbit-2.1.8 doc/en/install/homebrew.rd
rabbit-2.1.7 doc/en/install/homebrew.rd
rabbit-2.1.6 doc/en/install/homebrew.rd
rabbit-2.1.5 doc/en/install/homebrew.rd
rabbit-2.1.4 doc/en/install/homebrew.rd
rabbit-2.1.3 doc/en/install/homebrew.rd