diff options
-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: |