This file is indexed.

/usr/share/bibledit-gtk/site/gtk/installation/macintosh/version-4-0-on-mac-osx-10-4-intel.html is in bibledit-gtk-data 4.9-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <link href="../../../bibledit.css" rel="stylesheet" type="text/css" /><!-- 

Copyright (©) 2003-2011 Teus Benschop and Contributors to the Wiki.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.  A copy of the license is included in the section entitled "GNU
Free Documentation License" in the file FDL.

-->
    <title></title>
  </head>
  <body>
    <div id="menu">
      <ul>
        <li>
          <a href="../../../home.html">1 Bibledit</a>
        </li>
        <li>
          <a href="../macintosh.html">Macintosh</a>
        </li>
        <li style="list-style: none; display: inline">
          <hr />
        </li>
        <li>Version 4.0 on Mac OSX 10.4 Intel
        </li>
        <li>
          <a href="version-4-1-on-mac-os-10-4.html">Version 4.1 on Mac OS 10.4</a>
        </li>
        <li>
          <a href="version-4-1-on-mac-os-x-10-6.html">Version 4.1 on Mac OS X 10.6 and 10.7</a>
        </li>
      </ul>
    </div>
    <div id="content">
      <h1>
        Version 4.0 on Mac OSX 10.4 Intel
      </h1>
      <p>
        These instructions assume Bibledit is being installed on a standard installation of OSX.
      </p>
      <h3>
        <a name="installx11" href="" id="installx11"></a>Install X11
      </h3>
      <p>
        X11 is on the installation DVD that came with your OSX software. This DVD is marked "Mac OS X Install Disc 1". Insert this DVD into the drive. A window will open. In this window, double-click "Xcode Tools". A new window opens, and here double-click "Packages". Another window opens again, and here double-click "X11SDK.pkg". The installer will open, and follow the instructions on the screen to install it. In the same way, install Mac OS X Install Disc 1 / System / Installation / Packages / X11User.pkg.
      </p>
      <h3>
        <a name="installxcodetools" href="" id="installxcodetools"></a>Install Xcode Tools
      </h3>
      <p>
        Using the same DVD that was inserted above, double-click "Xcode Tools". A new window opens. Here double-click "XcodeTools.mpkg". Go through the whole installation procedure and let it finish. Xcode Tools needs to be upgraded to a newer version. The upgrade is available from <a href="http://connect.apple.com/" rel="nofollow">http://connect.apple.com</a>, file xcode25_8m2558_developerdvd.dmg available from the Downloads / Developer Tools section after free registration. It is called Xcode 2.5 Developer Tools (Disk Image). Download and install it. There are newer versions of Xcode tools, but these may not work on Tiger.
      </p>
      <h3>
        <a name="x11terminal" href="" id="x11terminal"></a>X11 terminal
      </h3>
      <p>
        Click the left icon at the bottom, called Finder. Click Applications. At the right side, scroll down and double-click Utilities. Scroll down again, and double-click X11. The terminal, called xterm, will open.
      </p>
      <p>
        Update the search path, so that programs, still to be installed, can be found. In the terminal, type
      </p>
      <pre>
cd
</pre>
      <p>
        and then type
      </p>
      <pre>
echo export PATH=$PATH:/opt/local/bin &gt;&gt; .bashrc
</pre>
      <p>
        Now close the X11 terminal through menu X11 - Quit X11.
      </p>
      <p>
        Then start a new X11 terminal.
      </p>
      <h3>
        <a name="macports" href="" id="macports"></a>MacPorts
      </h3>
      <p>
        MacPorts is available from <a href="http://www.macports.org/" rel="nofollow">http://www.macports.org.</a> Follow the instructions on the site to install MacPorts. If through, continue with the next steps.
      </p>
      <p>
        If the port was installed a while ago, and you wish to update it, in xterm, type
      </p>
      <pre>
sudo port -v selfupdate
</pre>
      <p>
        and provide the password when asked. Let the update finish. It takes a while.
      </p>
      <h3>
        <a name="dependencies" href="" id="dependencies"></a>Dependencies
      </h3>
      <p>
        To install gtk2, in the terminal type
      </p>
      <pre>
sudo port install gtk2
</pre>
      <p>
        and provide the password when asked.
      </p>
      <p>
        Do the same for other software:
      </p>
      <pre>
sudo port install git-core<br />sudo port install libgtkhtml3<br />sudo port install gtksourceview2<br />sudo port install webkit-gtk
</pre>
      <p>
        If anything fails to compile, try again, it probably will succeed then. If a problem persists, help is at <a href="http://www.macports.org/" rel="nofollow">www.macports.org</a>.
      </p>
      <p>
        Then enable dbus to launch at startup:
      </p>
      <pre>
sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
</pre>
      <pre>
sudo launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
</pre>
      <p>
        After these commands have been given it is necessary to reboot the computer.
      </p>
      <h3>
        <a name="bibledit" href="" id="bibledit"></a>Bibledit
      </h3>
      <p>
        Download package <a href="http://download.savannah.nongnu.org/releases/bibledit/source/" rel="nofollow">bibledit-4.0.tar.gz</a>.
      </p>Move it to the home directory.
      <p>
        In the terminal, to verify the package is there, type
      </p>
      <pre>
ls
</pre>
      <p>
        To unpack bibledit type
      </p>
      <pre>
tar zxf bibledit-4.0.tar.gz
</pre>
      <p>
        To enter the newly created directory, type
      </p>
      <pre>
cd bibledit-4.0
</pre>
      <p>
        Provide the password if asked for.
      </p>
      <p>
        To configure bibledit, type
      </p>
      <pre>
./configure
</pre>
      <p>
        Watch many messages, but no errors.
      </p>
      <p>
        To compile bibledit, type
      </p>
      <pre>
make
</pre>
      <p>
        Watch many messages, but no errors.
      </p>
      <p>
        To install it, type
      </p>
      <pre>
sudo make install
</pre>
      <p>
        Watch many messages, but no errors.
      </p>
      <p>
        To go back to the home directory, type
      </p>
      <pre>
cd
</pre>
      <h3>
        <a name="run" href="" id="run"></a>Run
      </h3>
      <p>
        To run Bibledit, do the following every time you use it:
      </p>
      <p>
        Open an X11 terminal. Be sure this is not a normal Terminal, but the X11 terminal.
      </p>
      <p>
        Start bibledit: Type
      </p>
      <pre>
bibledit
</pre>
      <p>
        If you do not start Bibledit this way, it will run with errors, and it will not be fully functional.
      </p>
      <h3>
        <a name="notes" href="" id="notes"></a>Notes
      </h3>
      <p>
        You can create an Applescript that will open X11 and BIbledit in one operation from within Finder. This will give you an easy way to start Bibledit in one click. In Finder, click Applications, then double-click AppleScript and then double-click Script Editor. In Script Editor type:
      </p>
      <pre>
do shell script "/usr/bin/open-x11 /opt/local/bin/bibledit"
</pre>
      <p>
        Then click the Compile button, and in the menu click File, then Save. Call it Bibledit, and save it in Applications, and set the file format to "Application". Then save it.
      </p>
    </div>
  </body>
</html>