-
Notifications
You must be signed in to change notification settings - Fork 47
Development Guide
Wen-Yen Chuang edited this page Jul 25, 2012
·
17 revisions
- Development Policy (or Spirit)
- KISS
- Obtain Source
- Developer's Guide (Documents)
- Setup a Development Environment
- GTK+ 2.x (recommends, you may also use GTK+ 3.x only)
- libXtst
- pkg-config
- GTK+ 3.x (optional), If you want GTK+ 3.x to be default UI toolkit, GTK+ 2.x will be optional.
- Qt 3.x (optional), note that you NEED a immodule patched Qt 3.x.
- Qt 4.x (optional)
- anthy (optional)
- libchewing (optional)
- How to Test HIME
- Invoke Second HIME Instance for Testing Purpose
- Debug
- Run hime without installing: Just "./configure ; make ; distro/dev-tools/scripts/test-hime"
- Debug Message
- Log File
- Debugging with GDB
- Recommended Coding Conventions
- Contribute Patch or Other Materials
- Fork HIME and Send Pull Request
- How to send patch to hime
- Working with Git