Page MenuHomec4science

Arcanist on Windows
Updated 2,586 Days AgoPublic

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

Here's a quick how to install Arcanist in Windows

    1. 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
    1. Install Arcanist
  • Open Git Bash and run
Last Author
aubort
Last Edited
Apr 4 2017, 17:25

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