-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
37 lines (23 loc) · 873 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Check out the proper branch based on your version, requirements
Mustache repo
git://github.com/bobthecow/mustache.php.git
MACOS php with pnctl_fork
http://php-osx.liip.ch/
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.3
PHP
No need to update php.ini as I fixed code to work with default php.ini file (or any ini)...
Windows with cygwin
Install PHP:
http://sourceware.org/cygwinports/
Install psexec:
http://technet.microsoft.com/en-us/sysinternals/bb897553
1. download
2. open zip
3. copy PsExec.exe to /bin/
4. rename PsExec.exe to psexec2.exe to psexec.exe
Create /vim.bat:
@echo off
FOR /F "TOKENS=*" %%A IN ('C:\cygwin\bin\cygpath.exe -m "%~f1"') DO SET FN=%%A
C:
chdir C:\cygwin\bin
bash --login -i -c "mintty -i /Cygwin-Terminal.ico -e vim \"+set nowrap\" \"+set lbr\" \"%FN%\""