Author: acevery
Date: Wed Sep 17 02:24:37 2008
New Revision: 62

Modified:
    wiki/ReadMe.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/ReadMe.wiki
==============================================================================
--- wiki/ReadMe.wiki    (original)
+++ wiki/ReadMe.wiki    Wed Sep 17 02:24:37 2008
@@ -10,8 +10,30 @@
   * Download & install packages from  
http://archive.ubuntu.org.cn/ubuntu-cn/dists/hardy/main/binary-i386/ibus/

  == Gentoo ==
- * TBD
+===ibus, ibus-pinyin, ibus-table, ibus-anthy, ibus-chewing, ibus-hangul,  
and ibus-m17n have been added into portage,  so you can directly emerge  
them if you have up-to-date portage :) ===
+ * For example, when you want ibus-pinyin,
+{{{
+ $ emerge -av ibus-pinyin
+}}}
+ * When you want ibus-table,
+{{{
+ $ emerge -av ibus-table
+}}}
+ * When you want ibus-anthy,
+{{{
+ $ emerge -av ibus-anthy
+}}}

+ * If you want use git ebuilds, please add gentoo-china overlay, which  
includes 9999 ebuild for ibus, ibus-pinyin, ibus-table, ibus-anthy, and  
ibus-chewing.
+{{{
+ $ emerge -av layman && layman -a gentoo-china
+}}}
+ * To use the 9999 ebuild you need to accept the ** keyword for specific  
packages. For instance, if we want to emerge the ibus-9999, we need to  
accept the ** for ibus, then:
+{{{
+ $ echo "app-i18n/ibus **" >> /etc/portage/package.keywords
+ $ emerge -av ibus
+}}}
+ * For more detail about the keywords masking, please refer to the  
handbook of gentoo.
  == Arch Linux ==
   * TBD


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

回复