summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2005-08-24 04:22:52 +0000
committerCarsten Haitzler <raster@rasterman.com>2005-08-24 04:22:52 +0000
commit120960c191e629f6bccd3911f3a0955c8daaa307 (patch)
tree8bbc40b3b9fa6eee464c49b064641b705dd48786 /README
parentd4c68591783789f62dc0b544a96f2b52cf5ad433 (diff)
downloadenlightenment-120960c191e629f6bccd3911f3a0955c8daaa307.tar.gz
rename pointer images, different edje group names (better namespace i guess),
rationalise pointer usage down to 1 for init, 1 for everything else. SVN revision: 16304
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index bc009321d5..6408e48420 100644
--- a/README
+++ b/README
@@ -9,3 +9,17 @@ of its own (recommended) like:
./configure --prefix=/usr/local/e17
You will, as usual need to add the subsequent bin dir to your $PATH etc.
+
+NOTES:
+
+* do NOT use -mfpmath=sse in CFLAGS - we are not sure, but it may have bugds
+and screws up things in edje, evas and e17. if your gcc uses this by default
+(which apparently gcc4.x does on amd64), turn it off with a -fpmath=387 in
+your CFLAGS.
+
+* your freetype2 version must be > 2.1.7
+
+* i remember hearing of bugs with later versions of freetype on some
+distributions (2.1.9 and 2.1.10) with certain patches or missing certain
+patches. be aware of this as a possible font problem.
+