Skip to content
kaio edited this page Apr 30, 2013 · 4 revisions

Introduction

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.

Configuration on Fedora (version 18)

  1. Install Fedora 18 with graphical user environment (GUI) on your system.
  2. Install "Development Tools" yum group (via root): su -c 'yum groupinstall "Development Tools"'
  3. Install Git (via root): su -c 'yum install git
  4. Install IBus development RPM (via root): su -c 'yum install ibus-devel
  5. Install Eclipse Integrated Development Environment (IDE) (optional, via root): yum groupinstall "Fedora Eclipse"'
  6. Get the latest sources in git fork/clone or tarball and have fun!

Recommended Readings

  1. IBus 1.5 API References
  2. IBus Development Mailing List

Clone this wiki locally