forked from acevery/ibus-table
-
Notifications
You must be signed in to change notification settings - Fork 8
NewDeveloperGuide
kaio edited this page Apr 30, 2013
·
4 revisions
This page contains information for new developers starting their participation on IBus-Table. Compared to wiki pages on IBus Project Site, more resources will be prioritized on information maintenance here.
- Install Fedora 18 with graphical user environment (GUI) on your system.
- Install "Development Tools" yum group (via root):
su -c 'yum groupinstall "Development Tools"' - Install Git (via root):
su -c 'yum install git - Install IBus development RPM (via root):
su -c 'yum install ibus-devel - Install Eclipse Integrated Development Environment (IDE) (optional, via root):
yum groupinstall "Fedora Eclipse"' - Get the latest sources in git fork/clone or tarball and have fun!