X-Git-Url: http://git.code-monkey.de/?p=ruby-esmart.git;a=blobdiff_plain;f=README;h=a747bb800105c037d04d81598b9d6249dfbb7a14;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=dccedf9d07ab5273aa158c7216cc488b839b549d;hpb=65173ea839f44bceae1ed434a5c94e61be56f891 diff --git a/README b/README index e69de29..a747bb8 100644 --- a/README +++ b/README @@ -0,0 +1,27 @@ += ruby-esmart - Ruby bindings for Esmart + +ruby-esmart is a set of Ruby language bindings for Enlightenment's +collection of Evas Smart objects, Esmart. + +ruby-esmart is maintained by: + +:include: AUTHORS + +==License + +ruby-esmart is available under the GNU LGPL. + +== Installation + +Run "rake install" to install ruby-esmart. +If you didn't install esmart to /usr/local, execute the following line +instead: + +esmart_PREFIX=/prefix/ecore/is/installed/in rake install + +== Documentation + +Online documentation is available at +http://docs.code-monkey.de/ruby-esmart. + +You can recreate the documentation by running "rake rdoc".