~ubuntu-branches/ubuntu/vivid/rabbit/vivid

« back to all changes in this revision

Viewing changes to doc/INSTALL.macosx-macports.en

  • Committer: Bazaar Package Importer
  • Author(s): Youhei SASAKI
  • Date: 2010-10-27 17:11:08 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027171108-lnzmnba2ol3o6pds
Tags: 0.9.1-1
* New upstream release: 0.9.1 
* Add DM-Upload-Yes: I became Debian Maintainer
* License changed: GPL-2 or later

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
= INSTALL.macosx-macports.en
 
2
 
 
3
$Id: INSTALL.macosx-macports.en 1415 2010-10-05 13:02:39Z kdmsnr $
 
4
 
 
5
This document describes how to install Rabbit with MacPorts and how to use
 
6
Rabbit on Mac OS X.
 
7
 
 
8
== Requirements
 
9
 
 
10
The following programs are needed.
 
11
 
 
12
* Xcode Tools (from Xcode Tools DVD or ADC)
 
13
* X11 (from Mac OS X System DVD)
 
14
 
 
15
Remember to select "X11 SDK" when installing the Xcode Tools.
 
16
 
 
17
== Install MacPorts
 
18
 
 
19
see ((<URL:http://www.macports.org/>)).
 
20
 
 
21
== installing Rabbit
 
22
 
 
23
You might want to do the following to update information for
 
24
required ports.
 
25
 
 
26
  ~% sudo port sync
 
27
 
 
28
The following command will install rabbit and its dependencies.
 
29
 
 
30
  ~% sudo port install rb-rabbit
 
31
 
 
32
You can install these ports to make rabbit even better.
 
33
 
 
34
* Ruby-GetText-Package (rb-gettext) - enable I18N message catalogs
 
35
* net/irc (rb-net-irc) - rabbirc requires net/irc
 
36
 
 
37
  ~% sudo port install rb-gettext
 
38
  ~% sudo port install rb-net-irc
 
39
 
 
40
=== Rabbit without X11
 
41
 
 
42
If you want to run rabbit without X11, install pango, cairo and gtk2 without
 
43
X11 before install rb-rabbit.
 
44
 
 
45
  ~% sudo port install pango +no_x11 +quartz
 
46
  ~% sudo port install cairo +no_x11 +quartz
 
47
  ~% sudo port install gtk2 +no_x11 +quartz
 
48
 
 
49
== tips for X11 environment
 
50
 
 
51
=== launch X11.app
 
52
 
 
53
Rabbit requires X11.app, which is under /Applications/Utilities/.
 
54
 
 
55
=== DISPLAY environment variable
 
56
 
 
57
Mac OS X 10.4 or earlier, DISPLAY environment was not declared.
 
58
Remember to set this variable.
 
59
 
 
60
== upgrade Rabbit
 
61
 
 
62
the following operation upgrades your Rabbit.
 
63
 
 
64
  ~% sudo port sync
 
65
  ~% sudo port upgrade rb-rabbit
 
66
 
 
67
If you want to upgrade Rabbit only (rb-rabbit), you can upgrade with the "-n"
 
68
option.
 
69
 
 
70
  ~% sudo port -n upgrade rb-rabbit
 
71
 
 
72
== Contact
 
73
 
 
74
* Rabbit::UsersGroup.ja ((<URL:http://www.cozmixng.org/~rwiki/index.rb?cmd=view;name=Rabbit%3A%3AUsersGroup.ja>))
 
75
* Kimura Wataru (kimuraw at i nifty.jp) - maintainer of Rabbit MacPorts