Revision: 7346
Author: [email protected]
Date: Sat Oct 29 20:25:21 2011
Log: * InstallUim.wiki
- Update doc on installing development version.
http://code.google.com/p/uim/source/detail?r=7346
Modified:
/wiki/InstallUim.wiki
=======================================
--- /wiki/InstallUim.wiki Sat Oct 29 20:10:22 2011
+++ /wiki/InstallUim.wiki Sat Oct 29 20:25:21 2011
@@ -13,6 +13,7 @@
* intltool
If you want to install development version (non-release version),
additional requirements are as follows:
+ * subversion
* libtool
* ruby
@@ -108,8 +109,6 @@
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.
=== Development version ===
-You need to install Subversion to install development version of uim.
-
First, obtain development version from the Subversion repository.
{{{
$ svn checkout http://uim.googlecode.com/svn/trunk/ uim-read-only
@@ -117,6 +116,7 @@
Second, run make-wc.sh. This shell script checks out SigScheme and
libgcroots, and runs configure.
{{{
+$ cd uim-read-only
$ ./make-wc.sh
}}}