アットウィキロゴ

実行環境の準備

Perlのコンパイラの選定ですが、Windows XP上でPerlが使えるActive Perlというもの(フリーウェア)を使用することにしました。

というこで、今回はActivePerlのインストール方法を簡単にまとめました。


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1.以下のサイトに移動し、”Downlord”ボタンを押下する。

http://www.activestate.com/store/productdetail.aspx?prdGuid=81fbce82-6bd5-49bc-a915-08d58c2648ca


2.下図のように、ユーザ情報の入力画面に遷移しますが、記入は任意なので(Optional)、空欄のまま"Continue"ボタンを押下する。


3.ダウンロードサイト上の「Windows(x86) AS Package」を押下し、ローカルPCの任意のディレクトリにダウンロードする。


4.ダウンロードした媒体を解凍し、”Installer”というバッチファイルをダブルクリックする。


5.インストール用MSーDOSが起動するので、下記のように各質問に答えていく。

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Welcome to ActivePerl.
ActivePerl is ActiveState's quality-assured binary build of Perl. In order to install  ActivePerl you need to agree to the ActivePerl Community License v2.1.

  Did you read the LICENSE.txt file? [no] yes

 

  Do you agree to the ActivePerl Community License v2.1? [no] yes


This installer can install ActivePerl in any location of your choice. You do not need Administrator privileges. However, please make sure that you have write access to this location.

  Enter top level directory for install? [C:\Perl]


The typical ActivePerl software installation requires 80 megabytes. Please make sure enough free space is available before continuing.ActivePerl 820 will be installed into 'C:\Perl'


  Create

shortcuts to the HTML documentation? [yes]


  Add the Perl\site\bin and Perl\bin directories to the PATH? [yes]


  Create Perl file extension association? [yes]


  Create IIS script mapping for Perl? [yes]


  Create IIS script mapping for Perl ISAPI? [yes]


  Proceed? [yes]Ok.

 

  Installing ActivePerl...
Copying files...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


6.インストールが成功すると”Thank you for installin ActivePerl!”と表示される。そのままリターンキーを叩けばインストールが完了!




7.正常にインストールされたかを確認するために、MS-DOSプロンプトを起動し、”perl -v”と入力してみる。下図のように表示されたら(たぶん)成功です。

 

最終更新:2007年07月26日 08:39