2009年10月16日金曜日

smarty & pear インストール方法

■smartyインストール設定
http://www.smarty.net/
Smarty-2.6.26 をクリックしてダウンロードする

libs以下の部分を"smarty"にフォルダ名を変更後、以下のように配置する
C:\xampp\php\Smarty\

■pearインストール
1.DOSで、C:\xampp\php\ に入り go-pear
2.以下を入力する
pear install pear_info
3.続いて、以下を入力する
pear install MDB2
pear install MDB2_Driver_mysql
pear install -f HTTP_Session2
pear install -f -a HTTP_Client
pear install -f -a XML_Serializer