From: Tilman Sauerbeck Date: Sun, 8 Apr 2007 12:10:19 +0000 (+0200) Subject: Finally populated README. X-Git-Url: http://git.code-monkey.de/?p=ruby-esmart.git;a=commitdiff_plain;h=dccedf9d07ab5273aa158c7216cc488b839b549d Finally populated README. --- 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".