Page MenuHomec4science

Arcanist on Windows
Updated 2,586 Days AgoPublic

Version 3 of 7: You are viewing an older version of this document, as it appeared on Apr 4 2017, 17:33.

Here's a quick how to install Arcanist in Windows. If you want to install it on GNU/Linux or MacOSX, take a look here: Arcanist.

Install Git Bash

Install PHP

  • Download PHP (5.6 thread-safe preferred): http://windows.php.net/download/
  • Unzip to C:\PHP
  • Copy php.ini-development to php.ini in that same directory.
  • Open php.ini
    • Locate the line ;extension=php_curl.dll. Remove the ; to activate this extension.
    • Locate the line ; extension_dir = "ext" and change it to extension_dir = "C:\PHP\ext"
  • Install Visual C++ from here: https://www.microsoft.com/en-us/download/details.aspx?id=30679
  • Open Git Bash, setup your PATH: echo 'export PATH=$PATH:/c/PHP/' >> .bashrc
  • Close Git Bash and reopen it, test that php works: php --version

Install Arcanist

  • Open Git Bash and run
cd 
git clone https://github.com/phacility/libphutil.git
git clone https://github.com/phacility/arcanist.git
echo "PATH=\$PATH:$HOME/arcanist/bin" >> .bashrc
arc help
  • To configure Arcanist, take a look at the general guide: Configure arc
Last Author
aubort
Last Edited
Apr 4 2017, 17:33

Event Timeline

aubort created this document.Apr 4 2017, 17:25
aubort edited the content of this document. (Show Details)
aubort added a project: c4science.
aubort edited the content of this document. (Show Details)Apr 4 2017, 17:30
aubort edited the content of this document. (Show Details)Apr 4 2017, 17:33
aubort edited the content of this document. (Show Details)Apr 4 2017, 17:37
aubort edited the content of this document. (Show Details)
aubort edited the content of this document. (Show Details)Apr 6 2017, 11:20
aubort edited the content of this document. (Show Details)Sep 26 2017, 20:57