Revision: 1ecd68862e13
Author:   nogu.dev <nogu....@gmail.com>
Date:     Wed Nov 14 01:30:49 2012
Log:      Update InstallUim.wiki.

* InstallUim.wiki
  - (Compiling release version, Compiling development version):
    Cosmetic changes.
http://code.google.com/p/uim/source/detail?r=1ecd68862e13&repo=wiki

Modified:
 /InstallUim.wiki

=======================================
--- /InstallUim.wiki    Wed Nov 14 01:22:55 2012
+++ /InstallUim.wiki    Wed Nov 14 01:30:49 2012
@@ -129,7 +129,7 @@
 $ tar xvzf uim-x.x.x.tar.gz
 }}}

-Then, move to the extracted directory and run configure.
+Secondly, move to the extracted directory and run configure.
 {{{
 $ cd uim-x.x.x
 $ ./configure
@@ -165,6 +165,10 @@
 For example, you want Qt4 tools and immodule, issue the command below:
 {{{
 $ ./configure --with-qt4 --with-qt4-immodule
+}}}
+
+Thirdly, run make.
+{{{
 $ make
 }}}

@@ -176,11 +180,10 @@
 $ git clone https://github.com/uim/uim.git
 }}}

-Second, move to the extracted directory and run make-wc.sh. This shell script checks out SigScheme and libgcroots, and runs configure. See also comments in make-wc.sh. +Secondly, move to the extracted directory and run make-wc.sh. This shell script checks out SigScheme and libgcroots, and runs configure. See also comments in make-wc.sh.
 {{{
 $ cd uim
 $ ./make-wc.sh
-$ make
 }}}

 You can pass arguments to ./make-wc.sh as ./configure:
@@ -189,6 +192,11 @@
 }}}

The detail options of ./configure, which are same as ./make-wc.sh, are described in the section [#Release_version release version].
+
+Thirdly, run make.
+{{{
+$ make
+}}}

 Go to the [#Installing_uim Installing uim] section to install uim.

Reply via email to