update README

SVN revision: 72470
This commit is contained in:
Carsten Haitzler 2012-06-19 10:55:24 +00:00
parent 5556daa373
commit 0926d19ccb
1 changed files with 12 additions and 0 deletions

12
README
View File

@ -7,9 +7,14 @@ Requirements:
------------- -------------
* elementary 1.1 (1.0.99 SVN latest) * elementary 1.1 (1.0.99 SVN latest)
* eina
* eet
* evas 1.3 (1.2.99 SVN latest) * evas 1.3 (1.2.99 SVN latest)
* ecore * ecore
* edje * edje
* emotion
* ecore-imf
* ecore-imf-evas
Please see http://www.enlightenment.org for information on these. 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 ./configure
make make
make install 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"