windows10 配置Arcanist


1.下载php7.3.11  ,将php.ini-development  修改为php.ini

2.

 

 

 

3.extension_dir 目录是ext

4.extension=php_curl.dll  根据电脑进行下载【下载地址:https://cn.dll-files.com/php_curl.dll.html

5.配置环境先创建php_home

 

 

 再加入path

 

 

 

 

 

6.验证安装是否成功:

 

 

 6.在本地的打开git bash here

先创建 arc 目录

mkdir -p arc

cd arc

git clone https://github.com/phacility/libphutil.git #克隆工具库

git clone https://github.com/phacility/arcanist.git #克隆Arcanist

 

7.配置arc 

 

 

加入path

 

 注意路径用'\'

查看arc 配置是否成功

 

 

8.配置Notepad++ 为Arcanist图形编辑器

arc set-config editor "\"C:\Program Files (x86)\Notepad++\notepad++.exe\" -multiInst -nosession"

路径为本地nodepad 安装路径

如:

 

 

 

 

 

 

 

 

 

 

 

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM