Using fresh Win7 32bit
- install git using the official installer https://git-scm.com/download/win
- install Msys2 http://www.msys2.org/
- open Msys bash, run
pacman -Syu
, then close the bash window - open again, run
pacman -Su
- open git bash, run
ssh-keygen -t rsa -b 4096
- copy the key, add to GitHub
- from the git bash
cd /c/Users/<your username>
git clone --recursive [email protected]:abiliojr/fts5-snowball.git
- close git bash, open msys bash,
cd /c/Users//fts5-snowball