Revision: 7344
Author:   [email protected]
Date:     Sat Oct 29 19:41:40 2011
Log:      * InstallUim.wiki
  - Update.
http://code.google.com/p/uim/source/detail?r=7344

Modified:
 /wiki/InstallUim.wiki

=======================================
--- /wiki/InstallUim.wiki       Sat Oct 29 19:28:29 2011
+++ /wiki/InstallUim.wiki       Sat Oct 29 19:41:40 2011
@@ -10,10 +10,10 @@

 The requirements for building uim is listed below.

-* iconv
-* gettext
-* pkg-config
-* intltool
+ * iconv
+ * gettext
+ * pkg-config
+ * intltool

|| *Feature* || *Description* || *Build Requirements* || *Configure Option* ||
 || Anthy || Japanese Anthy module || anthy || --with-anthy ||
@@ -57,14 +57,14 @@
* Qt4 tools include uim-chardict-qt4, uim-im-switcher-qt4, and uim-toolbar-qt4.

 == Compilation ==
-
-First, please extract source from tar ball.
+=== Release version ===
+If you want to use a release version, go to [http://code.google.com/p/uim/downloads/list Download Page] and download a tar ball and extract source files from the tar ball.

 {{{
 $ tar xvzf uim-x.x.x.tar.gz
 }}}
-Then, move to the extracted directory and run configure.
-
+
+Then, move to the extracted directory and run configure.
 {{{
 $ cd uim-x.x.x
 $ ./configure
@@ -98,14 +98,10 @@
           * --with-wnn-libraries : wnn library (ex. /usr/lib)
           * --with-wnn-includes : wnn header files (ex. /usr/include/wnn)

-
-
 Finally, make and install it.
-
 {{{
 $ make
-$ su
-# make install
+$ sudo make install
 }}}

By default, uim is installed under /usr/local, but this directory may not be on the system search path. Should that be the case, add the line /usr/local/lib to /etc/ld.conf and then, run ldconfig.

Reply via email to