cygwin のインストール

OpenOffice.org は、基本的に Unix/Linux の開発環境で開発されているので、Windows版もコンパイルする場合は、cygwin を用意する必要がある。

まず、cygwin のサイトから、setup.exe をダウンロード。

Cygwin

c:\cygwin フォルダを作成して、そこに setup.exe を移動。
(このあたりは個人の好み)

setup.exe を実行。

cygwin 上で必要なツールは次の通り。

  • Category Archive: unzip, zip
  • Category Devel : autoconf, bison, cvs, flex, gcc-g++, gperf, make,openssl-devel (only needed for perl modules for CWS tooling, see below)
  • Category Libs: openssl
  • Category Net: openssh, ncftp
  • Category Perl: perl (Perl)
  • Category Shells: rxvt, tcsh
  • Category Utils: patch, gnupg
  • Category Web: lynx, wget

Building on Windows - Apache OpenOffice Wiki参照)

utf8 teraterm に付いてくる cygterm でログイン。
awk.exe を gawk.exe で上書きする。

cd /bin
mv awk.exe awk.exe.org
cp gawk.exe awk.exe