开发者

how do you install a PEAR package on WAMP, Windows 7?

开发者 https://www.devze.com 2023-01-01 03:07 出处:网络
I\'ve no idea with command line stuff! What i\'ve done: changed my php.ini to phar.require_hash -> off ran go-pear.bat

I've no idea with command line stuff!

What i've done:

  1. changed my php.ini to phar.require_hash -> off
  2. ran go-pear.bat

so i'm pretty sure i've got PEAR installed,

now I'd like to install this package

I've tried followin开发者_StackOverflowg the instructions but I really don't know how to do things with cmd.exe,

would love some help!


If you have PEAR installed, you just need to issue the package installation command.

Press Win+R, then type cmd and press Enter. In the CMD window, type pear install Text_Diff and you're done.

0

精彩评论

暂无评论...
验证码 换一张
取 消