diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-12-03 00:01:59 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-12-03 00:05:30 +0100 |
commit | c17a4211cb2ef132b049ea841fd50c99681d2080 (patch) | |
tree | 5e15533ca1eb4b55dd60b785b495f9312f315f34 | |
parent | 51d22d22b82f11f85964056957e96cfae38df098 (diff) | |
download | ffi-efl-c17a4211cb2ef132b049ea841fd50c99681d2080.zip ffi-efl-c17a4211cb2ef132b049ea841fd50c99681d2080.tar.gz |
doc correction and implovements (email, legacy API needed)
-rw-r--r-- | MIT-LICENSE | 2 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/MIT-LICENSE b/MIT-LICENSE index 73e123c..122dfc9 100644 --- a/MIT-LICENSE +++ b/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011-2012 Jérémy Zurcher +Copyright (c) 2011-2014 Jérémy Zurcher Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to @@ -5,7 +5,7 @@ ## DESCRIPTION: -A ruby ffi binding to [efl](http://www.enlightenment.org/p.php?p=docs&l=en) libraries (Enlightenment Foundation Libraries). +A ruby ffi binding to [EFL](http://www.enlightenment.org/p.php?p=docs&l=en) libraries (Enlightenment Foundation Libraries). ## FEATURES/PROBLEMS: @@ -13,6 +13,7 @@ A ruby ffi binding to [efl](http://www.enlightenment.org/p.php?p=docs&l=en) libr * support EFL 1.8.x * binding is almost complete but lacks high level ruby code and tests * eldbus is not present yet +* only works with legacy API (--with-api=legacy or --with-api=both) ## SYNOPSIS: @@ -68,7 +69,7 @@ For more examples you may look at: ## REQUIREMENTS: -* You need a sane EFL installation, goto [download](http://enlightenment.org/p.php?p=download&l=en) for more info. +* You need a sane EFL installation built with legacy API, goto [download](http://enlightenment.org/p.php?p=download&l=en) for more info. ## DOWNLOAD/INSTALL: |