This file is indexed.

/usr/share/gtk-doc/html/cutter/ja/install-to-solaris.html is in cutter-testing-framework-doc 1.1.7-1.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Solarisへインストール</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Cutterリファレンスマニュアル">
<link rel="up" href="install.html" title="プラットフォーム毎のCutterのインストール方法">
<link rel="prev" href="install-to-freebsd.html" title="FreeBSDへインストール">
<link rel="next" href="install-to-mac-os-x.html" title="Mac OS Xへインストール">
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="install-to-freebsd.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="install.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Cutterリファレンスマニュアル</th>
<td><a accesskey="n" href="install-to-mac-os-x.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry" title="Solarisへインストール">
<a name="install-to-solaris"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="install-to-solaris.top_of_page"></a>Solarisへインストール</span></h2>
<p>Solarisへインストール — SolarisへのCutterのインストール方法</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1" title="はじめに">
<a name="id549947"></a><h2>はじめに</h2>
<p>SolraisへのCutterのインストール方法を説明します。</p>
</div>
<div class="refsect1" title="GLibのインストール">
<a name="id520359"></a><h2>GLibのインストール</h2>
<p>Cutterを動かすためにはGLib 2.16以降が必要です。Solaris 10にはGLib 2.16以降のパッケージがないため、自分でビルド・インストールしなければいけません。</p>
<p>
  GLibをビルドするためにはGNU gettext、GNU libiconvが必要です。これらのソフトウェアは
  <a class="ulink" href="http://www.sunfreeware.com/" target="_top">Sunfreeware</a>
  のパッケージを利用してインストールすることができます。
</p>
<p>例えば、GNU gettextは以下のようにインストールできます。</p>
<pre class="programlisting">% mkdir -p ~/packages
% cd ~/packages
% wget ftp://ftp.sunfreeware.com/pub/freeware/sparc/10/gettext-0.17-sol10-sparc-local.gz
% gzip -d gettext-0.17-sol10-sparc-local.gz
% pkgadd -d ./gettext-0.17-sol10-sparc-local</pre>
<p>同様にGNU libiconvもインストールしてください。</p>
<p>また、Cutterを用いた開発では、GNUビルドツールが必要になるので、GNU Autoconf、GNU Automake、GNU Libtoolもインストールしておいてください。必須ではありませんが、国際化されたソフトウェアを開発する場合はintltoolもあるとよいでしょう。</p>
<p>パッケージをインストールしたらGLibをビルドすることができます。以下のようにしてビルド・インストールできます。GNU make を使うことに注意してください。</p>
<pre class="programlisting">% mkdir -p ~/src
% cd ~/src
% wget http://ftp.gnome.org/pub/GNOME/sources/glib/2.22/glib-2.22.4.tar.gz
% tar xvzf glib-2.22.4.tar.gz
% cd glib-2.22.4
% ./configure --with-libiconv=gnu
% gmake
% sudo gmake install</pre>
</div>
<div class="refsect1" title="Cutterのインストール">
<a name="id553543"></a><h2>Cutterのインストール</h2>
<p>CutterはGNUビルドツールを利用しているので、他のフリーソフトウェアと同じように以下のようにインストールできます。GNU makeを使うことに注意してください。</p>
<pre class="programlisting">% mkdir -p ~/src
% cd ~/src
% wget http://downloads.sourceforge.net/cutter/cutter-1.1.7.tar.gz
% tar xvzf cutter-1.1.7.tar.gz
% cd cutter-1.1.7
% ./configure
% gmake
% gmake install</pre>
</div>
<div class="refsect1" title="次のステップ">
<a name="id538884"></a><h2>次のステップ</h2>
<p>以上でインストールは完了です。</p>
<p>
  まずは
  <a class="link" href="tutorial.html" title="チュートリアル">チュートリアル</a>
  を一通り試してください。Cutterを使った開発の流れがわかります。
</p>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.15</div>
</body>
</html>