Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 6e70548b0612ecb55935ca2cc9d0f458 > files > 438

ruby-imlib2-0.5.2-3mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>File: README</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
  <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
  <script type="text/javascript">
  // <![CDATA[

  function popupCode( url ) {
    window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
  }

  function toggleCode( id ) {
    if ( document.getElementById )
      elem = document.getElementById( id );
    else if ( document.all )
      elem = eval( "document.all." + id );
    else
      return false;

    elemStyle = elem.style;
    
    if ( elemStyle.display != "block" ) {
      elemStyle.display = "block"
    } else {
      elemStyle.display = "none"
    }

    return true;
  }
  
  // Make codeblocks hidden by default
  document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
  
  // ]]>
  </script>

</head>
<body>



  <div id="fileHeader">
    <h1>README</h1>
    <table class="header-table">
    <tr class="top-aligned-row">
      <td><strong>Path:</strong></td>
      <td>README
        &nbsp;(<a href="http://cvs.pablotron.org/cgi-bin/viewcvs.cgi/imlib2-ruby/README">CVS</a>)
      </td>
    </tr>
    <tr class="top-aligned-row">
      <td><strong>Last Update:</strong></td>
      <td>Sat Jun 11 05:33:17 EDT 2005</td>
    </tr>
    </table>
  </div>
  <!-- banner header -->

  <div id="bodyContent">



  <div id="contextContent">

    <div id="description">
      <p>
<a href="../classes/Imlib2.html">Imlib2</a>-Ruby 0.5.2 README
</p>
<h6>==================</h6>
<p>
This document was last updated on Sun May 29 18:34:43 2005. Please see the
file COPYING for licensing and warranty information. The latest version of
this library is available at the following URL: <a
href="http://pablotron.org/software/imlib2-ruby">pablotron.org/software/imlib2-ruby</a>/.
</p>
<p>
Introduction
</p>
<h6>======</h6>
<p>
<a href="../classes/Imlib2.html">Imlib2</a>-Ruby is a Ruby interface to <a
href="../classes/Imlib2.html">Imlib2</a>. All of <a
href="../classes/Imlib2.html">Imlib2</a> (except for X11 calls) has been
wrapped. I&#8217;ve provided a my test script and handful of commented
scripts in examples/, and there&#8217;s an rdoc-generated API reference in
doc/ (which you can rebuild yourself by typing &quot;rdoc
./imlib2.c&quot;). <a href="../classes/Imlib2.html">Imlib2</a>-Ruby is also
available in the FreeBSD ports collection (courtesy of Akinori Musha), as a
NetBSD package (courtesy of Obata Akio), in Debian Linux via apt-get
(courtesy of Jon Bernard), and as a RubyGem (courtesy of Chad Fowler). <a
href="../classes/Imlib2.html">Imlib2</a>-Ruby is still a work in progress,
so bug reports or patches are welcome. Feel free to email me at the address
below if you have any additional questions.
</p>
<p>
System Requirements
</p>
<h6>=============</h6>
<ul>
<li><a href="../classes/Imlib2.html">Imlib2</a>, version 1.2.0 (or newer): <a
href="http://www.enlightenment.org/pages/imlib2.html">www.enlightenment.org/pages/imlib2.html</a>
(you can find source tarballs and RPMs at the following URL) <a
href="ftp://ftp.sourceforge.net/pub/sourceforge/enlightenment">ftp.sourceforge.net/pub/sourceforge/enlightenment</a>/

</li>
<li>Ruby, version 1.8.x (or newer): <a
href="http://www.ruby-lang.org">www.ruby-lang.org</a>/

</li>
</ul>
<p>
Installation
</p>
<h6>======</h6>
<p>
ruby ./extconf.rb # generate Makefile make &amp;&amp; su -c &#8216;make
install&#8217; # compile and install library
</p>
<p>
Related Links
</p>
<h6>=======</h6>
<ul>
<li>RDoc: used to generate the API Documentation <a
href="http://rdoc.sourceforge.net">rdoc.sourceforge.net</a>/

</li>
<li>RubyGems: Another method of installing <a
href="../classes/Imlib2.html">Imlib2</a>-Ruby <a
href="http://rubygems.rubyforge.org">rubygems.rubyforge.org</a>/

</li>
</ul>
<p>
Reporting Bugs
</p>
<h6>========</h6>
<p>
Have a bug to report or a feature you&#8217;d like me to add to <a
href="../classes/Imlib2.html">Imlib2</a>-Ruby? Feel free to email me at the
address below. Alternatively, you can submit your feature request or bug
directly to my bug-tracking web interface at the following URL:
</p>
<pre>
  http://bugs.pablotron.org/
</pre>
<p>
(note that you&#8217;ll need to create an account in order to submit a
feature request or a bug report via the web interface).
</p>
<p>
About the Author
</p>
<h6>==========</h6>
<p>
Paul Duncan &lt;pabs@pablotron.org&gt; <a
href="http://pablotron.org">pablotron.org</a>/
</p>
<p>
Please see the file AUTHORS for additional contributions.
</p>

    </div>


   </div>


  </div>


    <!-- if includes -->

    <div id="section">





      


    <!-- if method_list -->


  </div>


<div id="validator-badges">
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>

</body>
</html>