Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lotem/rime-gits
Rime with Google Input Tools (not actively developed)
https://github.com/lotem/rime-gits
Last synced: 6 days ago
JSON representation
Rime with Google Input Tools (not actively developed)
- Host: GitHub
- URL: https://github.com/lotem/rime-gits
- Owner: lotem
- Created: 2014-09-24T06:28:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-13T17:44:46.000Z (over 8 years ago)
- Last Synced: 2024-11-01T00:51:28.106Z (13 days ago)
- Language: C++
- Homepage:
- Size: 4.49 MB
- Stars: 79
- Watchers: 12
- Forks: 13
- Open Issues: 16
-
Metadata Files:
- Readme: README.windows
Awesome Lists containing this project
README
How to build and try Google Input Tools on Windows:
1. Check out the code.
2. Download the dependency projects.
You can just run download_depends.py
3. 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
4. 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
5. Run build.bat to generate the msvs project and make a debug build.
6. Install the certificates resources\test.cer into Trusted Root Certification Authorities.
7. Run install_windows.bat with admin rights.
Enjoy it!