# 4.4. 外部補助プログラムのインストール

XooNIpsを動作させる為に必要な外部プログラムをインストールします。

| 外部補助プログラムの取得                                                                           |                 |
| -------------------------------------------------------------------------------------- | --------------- |
| `[root@xoonips-server ~]#` **wget <http://prdownloads.sf.net/chicago/xlhtml-0.5.tgz>** |                 |
| `[root@xoonips-server ~]#` **tar -xzvf xlhtml-0.5.tgz**                                | ← 取得ファイルの展開     |
| `[root@xoonips-server ~]#` **cd xlhtml-0.5**                                           |                 |
| `[root@xoonips-server ~]#` **cp /usr/share/automake-1.9/depcomp ./**                   | ← 必要なファイルをコピー   |
| `[root@xoonips-server ~]#` **./configure**                                             | ← configureの実行  |
| `[root@xoonips-server ~]#` **make**                                                    | ← makeの実行       |
| `[root@xoonips-server ~]#` **make install**                                            | ← インストールの実行     |
| `[root@xoonips-server ~]#` **cd**                                                      | ← 展開ディレクトリから抜ける |

| 外部補助プログラムの取得                                                                                  |                 |
| --------------------------------------------------------------------------------------------- | --------------- |
| `[root@xoonips-server ~]#` **wget <http://downloads.sourceforge.net/wvware/wv-1.2.4.tar.gz>** |                 |
| `[root@xoonips-server ~]#` **tar -xzvf wv-1.2.4.tar.gz**                                      | ← 取得ファイルの展開     |
| `[root@xoonips-server ~]#` **cd wv-1.2.4**                                                    |                 |
| `[root@xoonips-server ~]#` **./configure**                                                    | ← configureの実行  |
| `[root@xoonips-server ~]#` **make**                                                           | ← makeの実行       |
| `[root@xoonips-server ~]#` **make install**                                                   | ← インストールの実行     |
| `[root@xoonips-server ~]#` **cd**                                                             | ← 展開ディレクトリから抜ける |

| XooNIpsが外部補助プログラムを利用できるようにシンボリックリンクを作成します。                                   |
| ---------------------------------------------------------------------------- |
| `[root@xoonips-server ~]#` **ln -s /usr/local/bin/xlhtml /usr/bin/xlhtml**   |
| `[root@xoonips-server ~]#` **ln -s /usr/local/bin/ppthtml /usr/bin/ppthtml** |
| `[root@xoonips-server ~]#` **ln -s /usr/local/bin/wvText /usr/bin/wvText**   |

| 外部補助プログラムインストールの後始末をします                              |
| ---------------------------------------------------- |
| `[root@xoonips-server ~]#` **rm -rf xlhtml-0.5**     |
| `[root@xoonips-server ~]#` **rm -rf wv-1.2.4**       |
| `[root@xoonips-server ~]#` **rm -f xlhtml-0.5.tgz**  |
| `[root@xoonips-server ~]#` **rm -f wv-1.2.4.tar.gz** |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xoops.gitbook.io/xoonips-tutorial/jp/3installation/4-centos5nokasutamaizu/44install_external_programs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
