File: nix-install.html

package info (click to toggle)
fontforge 1%3A20230101~dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 63,260 kB
  • sloc: ansic: 462,618; python: 6,916; cpp: 214; objc: 122; sh: 101; makefile: 55; xml: 11
file content (305 lines) | stat: -rw-r--r-- 16,388 bytes parent folder | download | duplicates (3)
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<HTML>
<HEAD>
  <!-- Created with AOLpress/2.0 -->
  <!-- AP: Created on: 26-Oct-2005 -->
  <!-- AP: Last modified: 8-May-2006 -->
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<!--<TITLE>FontForge install procedures for unix/linux based systems</TITLE>-->
    <TITLE>Unix/Linux ベースのシステム上への FontForge のインストール手順</TITLE>
  <LINK REL="stylesheet" TYPE="text/css" HREF="FontForge.css">
</HEAD>
<BODY>
<DIV id="in">
  <H1 ALIGN=Center>
<!--FontForge install procedures<BR>
    <SMALL>for unix/linux based systems</SMALL> -->
    <SMALL>unix/linux ベースのシステム上への</SMALL><BR>
    FontForge のインストール手順
  </H1>
  <UL>
    <LI>
<!--  <A HREF="#Installing">Installing from a pre-built unix package</A> -->
      <A HREF="#Installing">Unix 用の構築済みのパッケージのインストール方法</A>
      <UL>
	<LI>
<!--  	<A HREF="#Obtaining">Obtaining one of my pre-built packages</A> -->
	<A HREF="#Obtaining">必要な構築済みのパッケージを入手する方法</A>
	  <UL>
	    <LI>
<!--  	    <A HREF="#Elsewhere">Obtaining a package from another source</A> -->
	    <A HREF="#Elsewhere">他の提供元からのパッケージの入手方法</A>
	  </UL>
	<LI>
<!--  	<A HREF="#rpm">Installing from an rpm</A> (linux)-->
	<A HREF="#rpm">RPM のインストール方法</A> (Linux)
	<LI>
<!--  	<A HREF="#executable">Installing from an executable tarball</A> (solaris) -->
	<A HREF="#executable">実行ファイルの tarball のインストール方法</A> (Solaris)
	<LI>
<!--  	<A HREF="#package">What's in a package (in case you are interested)</A> -->
	<A HREF="#package">パッケージの内容 (興味のある人向け)</A>
	<LI>
<!--  	<A HREF="#Ports">Ports that I am aware of</A> -->
	<A HREF="#Ports">私が存在を知っている移植版</A>
      </UL>
    <LI>
<!--  <A HREF="mac-install.html">Installing on a mac</A>-->
      <A HREF="mac-install.html">Mac へのインストール方法</A>
    <LI>
<!--  <A HREF="ms-install.html">Installing on MS/Windows</A>-->
      <A HREF="ms-install.html">MS-Windows へのインストール方法</A>
    <LI>
<!--  <A HREF="vms-install.html">Installing on VMS</A>-->
      <A HREF="vms-install.html">VMS へのインストール方法</A>
    <LI>
<!--  <A HREF="source-build.html#source">Building and installing from source</A>-->
      <A HREF="source-build.html#source">ソースからの構築・インストール方法</A>
    <LI>
<!--  <A HREF="source-build.html#Dependencies">Dependencies (external libraries/helper
      programs)</A> -->
      <A HREF="source-build.html#Dependencies">依存性 (外部ライブラリ/補助プログラム)</A>
    <LI>
<!--  <A HREF="source-build.html#Documentation">Installing documentation</A>-->
      <A HREF="source-build.html#Documentation">文書のインストール方法</A>
    <LI>
<!--  <A HREF="running.html">Running FontForge</A>-->
      <A HREF="running.html">FontForge の起動方法</A>
    <LI>
<!--  <A HREF="uninstall.html">Uninstalling</A> -->
      <A HREF="uninstall.html">削除方法</A>
  </UL>
  <H2>
<!--<A NAME="Installing">Installing</A> from a pre-built package-->
    構築済みパッケージからの<A NAME="Installing">インストール方法</A>
  </H2>
  <H3>
<!--<A NAME="Obtaining">Obtaining</A> one of my pre-built packages-->
    必要な構築済みパッケージの<A NAME="Obtaining">入手方法</A>
  </H3>
  <P>
<!--
  I post pre-built packages for i386 linux systems and for Sparc Solaris systems.
  These can be found on
  <A HREF="http://sourceforge.net/project/showfiles.php?group_id=103338&amp;package_id=111040">sourceforge's
  file release system</A>. There's a certain amount of pother involved in using
  this system, but you get the file eventually. -->
  私は i386 Linux システム用の構築済みパッケージと、Sparc Solaris システム用のパッケージを公開しています。それらは、<A HREF="http://sourceforge.net/project/showfiles.php?group_id=103338&amp;package_id=111040">Sourceforge のファイル公開システム</A>にあります。これらのシステムの利用に関してはいくらか面倒な点がありますが、操作を続ければファイルを入手できるはずです。
  <UL>
    <LI>
<!--  If you follow the
      <A HREF="http://sourceforge.net/project/showfiles.php?group_id=103338&amp;package_id=111040">link
      above </A>you will end up on a page showing many releases of FontForge for
      many systems<BR>
      in most cases you will want the most recent release. -->
      <A HREF="http://sourceforge.net/project/showfiles.php?group_id=103338&amp;package_id=111040">このリンク</A>をたどっていけば、各種システム用の FontForge のさまざまなリリースを表示するページに行き着くでしょう。<BR>
      ほとんどの場合、最新のリリースを入手するのがいいでしょう。
    <LI>
<!--  Then click on the executable package you want to download:-->
      それからダウンロードしたい実行ファイルのパッケージをクリックします:
      <UL>
	<LI>
<!--      For i386 linux you will want the rpm file for the i386 (This happens to have
	  been built on RedHat 9, but it should work on any i386 linux system that
	  supports rpm - - RedHat, Fedora, Suse, Mandrake, etc.) -->
	  i386 Linux を使っているならば、i386 用の RPM ファイルをダウンロードするのがよいでしょう (これの構築はたまたま RedHat 9 上で行っていますが、RPM をサポートしている i386 上の Linux システム——RedHat, Fedora, Suse, Mandrake 等——ならどれでも動くはずです)。
	<LI>
<!--  	  For Sparc Solaris you will want the tar.bz2 file for sparc. -->
	  Sparc 上の Solaris を使っているなら、Sparc 用の tar.bz2 ファイルをダウンロードする必要があるでしょう。
      </UL>
    <LI>
<!--  Then you have the joy of choosing a mirror site (pick one that's on the same
      continent you are) and click on the little icon in the download column -->
      次に、ミラーサイトを選ぶ喜びを味わうことができます (自分と同じ大陸のサイトのどれかを選びます)。Download 欄にある小さなアイコンをクリックします。
    <LI>
<!--  Then you wait. After a bit you get another copy of this same page. After
      an even longer time your browser notices that you've started a download. -->
      待ちます。しばらくすると、これと同じページが再び表示されます。ブラウザが、ダウンロードを開始したというメッセージを表示するのはそのずっと後です。
  </UL>
  <H4>
<!--<A NAME="Elsewhere">Obtaining</A> a package from another source -->
    他の提供元からのパッケージを<A NAME="Elsewhere">入手する</A>方法
  </H4>
  <P>
<!--
  Most of the linux distributions have packages for fontforge. These will often
  be a little older than my packages, but perhaps more stable. I shall not
  try to provide a complete list, but I am aware of the following sites: -->
  ほとんどの Linux ディストリビューションは FontForge のパッケージを提供しています。しばしば私のパッケージより古いものですが、おそらくより安定性が高いものでしょう。完全なリストを提供するつもりはありませんが、以下のサイトについては知っています:
  <UL>
    <LI>
<!--  <A HREF="http://packages.debian.org/unstable/x11/fontforge.html">debian</A>
      - - has builds for (alpha, amd64, arm, hppa, hurd-i386, i386, ia64, m68k,
      mips, mipsel, ppc, s390, sparc) -->
      <A HREF="http://packages.debian.org/unstable/x11/fontforge.html">Debian</A> — (alpha, amd64, arm, hppa, hurd-i386, i386, ia64, m68k, mips, mipsel, ppc, s390, sparc) 用の各ビルドがあります。
    <LI>
<!--  <A HREF="ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/fonts/fontforge/README.html">netbsd</A>
      - - has builds for (alpha, i386, ppc, sparc, x86_64) -->
      <A HREF="ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/fonts/fontforge/README.html">NetBSD</A> — (alpha, i386, ppc, sparc, x86_64) 用の各ビルドがあります。
    <LI>
<!--  <A HREF="http://www.rpmfind.com/">rpmfind</A> - - will point you toward builds
      for Fedora, Suse, Mandrake, and others -->
      <A HREF="http://www.rpmfind.com/">rpmfind</A> — Fedora, SUSE, Mandrake などのためのビルドを指摘します。
    <LI>
<!--  Apostolos Syropoulos has a Solaris x86 package at
      <A HREF="http://ocean1.ee.duth.gr/Solaris/PfaEdit.pkg.gz">his site</A> -->
      Apostolos Syropoulos は、<A HREF="http://ocean1.ee.duth.gr/Solaris/PfaEdit.pkg.gz">彼のサイト</A>で Solaris x86 用パッケージを配布しています。
    <LI>
<!--  <A HREF="mac-install.html">Mac OS/X </A>- - Although the Mac is now a unix
      system its install procedure is sufficiently different that I have a page
      devoted to it specifically. -->
      <A HREF="mac-install.html">Mac OS X</A> — 現在の Mac は Unix システムではありますが、インストール手順がかなり異なるので、それを専用に扱うページを作りました。
  </UL>
  <H3>
<!--Installing from an <A NAME="rpm">rpm</A>-->
    <A NAME="rpm">RPM</A> からのインストール方法
  </H3>
  <P>
<!--
  The i386 package I provide, and many of the linux packages others provide
  are "rpm" files. -->
  私が提供する i386 用パッケージと、多くの他の Linux 用パッケージは“rpm”ファイルです。
  <P>
<!--
  Installing an rpm package is relatively straight forward. You will need to
  be root. Move to the directory containing the downloaded rpm, and then type
  (do not type the "$" or "#"): -->
  rpm パッケージのインストールは比較的単純な作業です。まず root になる必要があります。rpm を含むディレクトリに移動し、以下のようにタイプします (“<CODE>$</CODE>”や“<CODE>#</CODE>” はタイプしません):
  <BLOCKQUOTE>
    <PRE><FONT COLOR="Gray"># </FONT>rpm -i fontforge-*.rpm
</PRE>
  </BLOCKQUOTE>
  <P>
<!--
  If you've already installed fontforge and are updating an earlier version
  then you should type: -->
  もし FontForge が既にインストールされていて、古いバージョンをアップデートする場合は、以下のようにタイプする必要があります:
  <BLOCKQUOTE>
    <PRE><FONT COLOR="Gray"># </FONT>rpm -U fontforge-*.rpm
</PRE>
  </BLOCKQUOTE>
  <H3>
<!--Installing from an <A NAME="executable">executable</A> tarball -->
    <A NAME="executable">実行可能ファイル</A> の tarball からのインストール方法
  </H3>
  <P>
<!--
  The solaris package I provide is a bzipped tarball (that is, it has an extension
  of ".tar.bz2"). You will probably need to be root for some of this process.
  Move to the directory containing the downloaded tarball and type (do not
  type the "$" or "#"): -->
  私の提供する Solaris パッケージは bzip 圧縮された tarball です (つまり、ファイルの拡張子は“.tar.bz2”です)。この手順を行うためには root になる必要があるでしょう。ダウンロード した tarball を含むディレクトリに移動して以下のようにタイプしてください (“<CODE>$</CODE>”や“<CODE>#</CODE>”は入力しません):
  <BLOCKQUOTE>
    <PRE><FONT COLOR="Gray">$ </FONT>bunzip2 fontforge-*.tar.bz2
<FONT COLOR="Gray">$ </FONT>tar xf fontforge-*.tar
<FONT COLOR="Gray">$ </FONT>cd fontforge
<FONT COLOR="Gray">$ </FONT>su
<FONT COLOR="Gray"># </FONT>./doinstall
</PRE>
  </BLOCKQUOTE>
  <P>
<!--
  (Older versions may have an extension of .tgz. In this case you would replace
  the first two lines with "<CODE><FONT COLOR="Gray">$ </FONT>tar xfz
  fontforge-*.tgz</CODE>") -->
  (より古いバージョンは .tgz という拡張子がついているはずです。その場合、最初の 2 行を“<CODE><FONT COLOR="Gray"$ </FONT>tar xfz fontforge-*.tgz</CODE>”という行に置き換える必要があるでしょう)
  <P>
<!--
  <FONT COLOR="Red"><STRONG>Caveat:</STRONG></FONT> My packages generally install
  to /usr/local, and this may not be in your default PATH. You may need to
  add a line like -->
  <FONT COLOR="Red"><STRONG>警告:</STRONG></FONT> 私のパッケージは一般に /usr/local へインストールを行いますが、デフォルトの PATH には一般にここは含まれていません。例えば
  <BLOCKQUOTE>
    <PRE>PATH=$PATH:/usr/local/bin ; export PATH
</PRE>
  </BLOCKQUOTE>
  <P>
<!--
  to your ~/.bashrc file (or equivalent if you use a different shell). -->
  のような記述 (またはあなたの使用する別のシェルで等価な操作) を ~/.bashrc に加えておく必要があるでしょう
  <H3>
<!--What's in a <A NAME="package">package</A>-->
    <A NAME="package">パッケージの内容</A>
  </H3>
  <P>
<!--
  Just in case you are interested. My packages contain: -->
  興味のある方だけお読みください。私のパッケージには以下のファイルが含まれています:
  <UL>
    <LI>
<!--  fontforge - - the executable itself -->
      fontforge — 実行ファイルそのもの
    <LI>
<!--  libgunicode*.so - - a shared library containing functions for manipulating
      UCS2 strings, and various data about unicode code points. -->
      libgunicode*.so — UCS2 文字列を操作するための関数と、Unicode 符号位置に関するさまざまなデータを含む共有ライブラリ
    <LI>
<!--  libgdraw*.so - - the graphics and widget library used by fontforge -->
      libgdraw*.so — FontForge が使用するグラフィックとウィジェットのライブラリ
    <LI>
<!--  pfaedit-ui.{es,fr,it,ja,ru} - - translated strings to provide a user interface
      for non-English users. -->
      pfaedit-ui.{es,fr,it,ja,ru} — 英語以外のユーザ用にユーザインタフェースを提供するための翻訳文字列
    <LI>
<!--  *.cidmap - - not present in all packages. These are useful when editing CID-keyed
      Asian fonts. -->
      *.cidmap — 必ずしもすべてのパッケージにあるわけではありません。アジアの CID キー指定フォントを編集するのに役立ちます。
    <LI>
      README*
    <LI>
<!--  fontforge.1 - - a manual page for fontforge-->
      fontforge.1 — FontForge のマニュアルページ
  </UL>
  <H3>
<!--<A NAME="Ports">Ports</A> that I am aware of -->
    私が存在を知っている<A NAME="Ports">移植版</A>
  </H3>
  <P>
<!--
  FontForge has been ported to the following systems (at some point in its
  life) -->
  FontForge は、(少なくともどれか 1 つの版が) 以下のシステムに移植されています。
  <UL>
    <LI>
<!--  Linux (obviously, (redhat, debian, suse, mandrake), -->
      Linux (当然ながら (redhat, debian, suse, mandrake) の,
      386,spark,arm,alpha,ia64,m68k,mips,mipsel,powerpc,s390)
    <LI>
      Solaris
    <LI>
      Irix
    <LI>
<!--  FreeBsd-->
      FreeBSD
    <LI>
<!--  NetBsd-->
      NetBSD
    <LI>
      Mac OS/X
    <LI>
<!--  OpenVMS7.3 for Alpha -->
      Alpha 上の OpenVMS 7.3
    <LI>
<!--  <A HREF="http://cygwin.com/">cygwin</A> with X running on top of MS windows. -->
      MS-Windows 上の <A HREF="http://cygwin.com/">cygwin</A> と X
  </UL>
  <P>
  <P>
    <HR>
  <UL>
    <LI>
<!--  <A HREF="source-build.html#source">Building and installing from source</A>-->
      <A HREF="source-build.html#source">ソースからの構築・インストール方法</A>
    <LI>
<!--  <A HREF="source-build.html#Dependencies">Dependencies (external libraries/helper
      programs)</A> -->
      <A HREF="source-build.html#Dependencies">依存性 (外部ライブラリ/補助プログラム)</A>
    <LI>
<!--  <A HREF="source-build.html#Documentation">Installing documentation</A>-->
      <A HREF="source-build.html#Documentation">文書のインストール方法</A>
    <LI>
<!--  <A HREF="running.html">Running FontForge</A>-->
      <A HREF="running.html">FontForge の実行方法</A>
  </UL>
  <P>
</DIV>
</BODY></HTML>