/[hyperestraier]/upstream/0.5.3/misc/mymemo-ja.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /upstream/0.5.3/misc/mymemo-ja.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations)
Wed Aug 3 15:25:48 2005 UTC (18 years, 9 months ago) by dpavlin
File MIME type: text/html
File size: 1581 byte(s)
import of upstream 0.5.3

1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
6
7 <head>
8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
9 <meta name="author" content="Mikio Hirabayashi" />
10 <link rel="contents" href="./" />
11 <title>My Private Memo for Hyper Estraier</title>
12 </head>
13
14 <body>
15
16 <h1>Hyper Estraierのための私的メモ</h1>
17
18 <hr />
19
20 <h2>Cygwin+MinGWでのビルド環境の設定方法</h2>
21
22 <ul>
23 <li>Cygwinのバージョンは1.5.9-1にする。1.5.10-xには日本語のファイル名が扱えないバグがある。</li>
24 <li>Cygwinのセットアップ時に、MinGWのgccとMinGWのzlibも選択する。</li>
25 <li>MinGWのlibiconvは http://www.mingw.org/ から手に入れる。そして、*.h は /usr/include/mingw の下に、*.dll.a は /lib/mingw の下に、*.dll は /binの下に移動させる。</li>
26 <li>Pthreads for Win32は http://sources.redhat.com/pthreads-win32/ から手に入れる。そして、*.h は /usr/include/mingw の下に、*.dll.a は /lib/mingw の下に、*.dll は /binの下に移動させる。</li>
27 <li>xdoc2txtは http://www31.ocn.ne.jp/~h_ishida/xdoc2txt.html から手に入れる。/usr/local/xdoc2txt を作成してアーカイブの一式をその中に移動させる。</li>
28 <li>QDBMのインストールは ./configure --enable-zlib --enable-iconv ; make mingw ; make install-win で行う。</li>
29 </ul>
30
31 <hr />
32
33 </body>
34
35 </html>
36
37 <!-- END OF FILE -->

  ViewVC Help
Powered by ViewVC 1.1.26