NeoOffice
NeoOffice


NeoOffice® is Mac OS X office software funded entirely by the time and money donated by our users

ホーム ダウンロード Support 機能
よくある質問 (FAQ) NeoWiki Trinity Forums Bugzilla 構築方法の解説
寄付 Early Access Program

利用可能な言語: チェコ語 オランダ語 英語 フランス語 ドイツ語 イタリア語 日本語 ノルウェー語 Polish スペイン語 ベトナム語

はじめに

NeoOffice の構築はせっかちな人や UNIX の構築・デバッグツール(たとえば cvs 、 make 、 gcc や gdb )に慣れていない人のためのものではありません。 NeoOffice の構築はOpenOffice.orgの構築と非常に密接な関係があります。このため、 OpenOffice.org の構築をとても複雑に感じたり、いらいらしたりする場合、 NeoOffice の構築もきっと同様でしょう。

A side affect of the above is that if, for some reason, you cannot get NeoOffice to build, you are on your own. There are way too many things that can break the build ranging from changes in the OpenOffice.org code to using a new version of Apple's developer tools.

必要条件

NeoOffice のソースの取得

まず、最低限の空きディスクスペースを持っているボリュームに空のディレクトリを作成します。この説明ではこの空きディレクトリを「$NEO_HOME」とします。

NeoOffice のソースコードを入手するには、 NeoOffice の CVS 保管庫からチェックアウトします。

ソースコードを CVS 保管庫からチェックアウトするには、ターミナルアプリケーション( /Applications/Utilities/Terminal )で新しいターミナルを開いて、下記のコマンドを実行します。

  1. cd "$NEO_HOME"
  2. cvs -d :pserver:anoncvs@anoncvs.neooffice.org:/cvs login
  3. パスワードに anoncvs を入力します
  4. cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs login
  5. パスワードに anoncvs を入力します
  6. cvs -d :pserver:anoncvs@anoncvs.neooffice.org:/cvs co -r NeoOffice-2_2_4 NeoOffice

NeoOffice の構築

After you get the source code, you will need to take some steps to setup a build properly. The required steps are listed in the "$NEO_HOME/README.txt" file. You must follow all of the required steps before you start building NeoOffice.

Once you have followed all of the required steps, run the build by opening a new terminal and executing the following commands:

  1. cd "$NEO_HOME/neojava"
  2. cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs login
  3. パスワードに anoncvs を入力します。
  4. make all

重要: make は OpenOffice.org のソースをチェックアウトし構築します。これにはかなりの時間がかかります( 24 〜 36 時間)、しかし OpenOffice.org がダウンしたりインターネット接続が切断されたりすると失敗することがあります。

NeoOffice バイナリのインストール

ビルドに成功したら、次のディレクトリが現れます: $NEO_HOME/neojava/install/*2.2.4*.dmg 。これらのディレクトリは NeoOffice のダウンロードページ で公開しているものに同じです。

NeoOffice バイナリの公開

CD で完全に公開するためには、ターミナルを開いて次のコマンドを実行します。

  1. cd "$NEO_HOME/neojava"
  2. make build.cd_package

ビルドによって作られたディレクトリ $NEO_HOME/neojava/cd_install/*2.2.4*.cdr.dmg は、実際に CD で公開しているものに同じです。


© 2003-2008 Planamesa Inc.
NeoOfficeはPlanamesa Inc.の登録商標です。
JavaはSun Microsystems, Inc.の登録商標です。
MicrosoftはMicrosoft Corporationの登録商標です。
OpenOffice.orgはTeam OpenOffice.org e.V.の登録商標です。
AquaはApple Inc.の登録商標です。