How to build and try Google Input Tools on Windows:
- Check out the code.
- Download the dependency projects.
You can just run download_depends.py
- Download gyp (Generate Your Projects) and put it in depends, or use this command:
svn checkout -r 1984 http://gyp.googlecode.com/svn/trunk .\depends\gyp
- If you're using Visual Studio of a version higher than 2012, for example VS2013,
be sure to set MSVS_VERSION=2013 at the command prompt or in .\env.bat
- Run build.bat to generate the msvs project and make a debug build.
- Install the certificates resources\test.cer into Trusted Root Certification Authorities.
- Run install_windows.bat with admin rights.
Enjoy it!