From: raster Date: Tue, 19 Jun 2012 10:55:24 +0000 (+0000) Subject: update README X-Git-Tag: upstream/0.1~259 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ceeac083856466b144184a4132d285a05f3ef17;p=platform%2Fupstream%2Fterminology.git update README git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@72470 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/README b/README index 21ded5f..0917832 100644 --- a/README +++ b/README @@ -7,9 +7,14 @@ Requirements: ------------- * elementary 1.1 (1.0.99 SVN latest) + * eina + * eet * evas 1.3 (1.2.99 SVN latest) * ecore * edje + * emotion + * ecore-imf + * ecore-imf-evas Please see http://www.enlightenment.org for information on these. @@ -21,3 +26,10 @@ Once you have met requirements, compiling and installing is simple: ./configure make make install + +Note: to make accented chars with deadkeys work, you need to use an +input method handler. Right now only XIM works, so try this before you +run terminology: + +export ECORE_IMF_MODULE="xim" +export XMODIFIERS="@im=none"