<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>extconf.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,18 +4,17 @@ Please note that this is a work in progress. The code isn't tested and for all I
 it sets your house on fire, steals your car and runs over your dog and/or cat. So proceed 
 with caution.
 
-This works only with Ruby 1.8.6 that comes with OS X Leopard.
-
 = Installation
 
-  # Open rbcoremidi.xcodeproj in XCode and compile it
-  cp build/Releases/rbcoremidi.bundle . # There's an installation path in xcode to your system ruby, I don't know how to use it though
-  /usr/bin/ruby coremidi.rb             # Should exit with no errors
+  ruby extconf.rb
+  make
+  ruby coremidi.rb # Should exit with no errors
 
-= Common Errors
+If installation fails:
+
+  # Open rbcoremidi.xcodeproj in XCode and compile it
+  cp build/Releases/rbcoremidi.bundle .
+  /usr/bin/ruby coremidi.rb
 
-  $ ruby coremidi.rb 
-  build/Release/rbcoremidi.bundle: Failed to load build/Release/rbcoremidi.bundle (LoadError)
-          from coremidi.rb:2
+Note that if installation fails, you can only use the Ruby built into Leopard (/usr/bin/ruby).
 
-fail, you have ruby installed in ports. Use the full path to the system ruby, like in the installation notes (/usr/bin/ruby)        </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7f1b51a2929ab4e3c6967fd0998f79a371198bf0</id>
    </parent>
  </parents>
  <author>
    <name>Giles Bowkett</name>
    <email>gilesb@gmail.com</email>
  </author>
  <url>http://github.com/gilesbowkett/rbcoremidi/commit/b6a066dfa6f461aa73eb7f05a39c2250acf39ab7</url>
  <id>b6a066dfa6f461aa73eb7f05a39c2250acf39ab7</id>
  <committed-date>2008-10-16T10:43:36-07:00</committed-date>
  <authored-date>2008-10-16T10:43:36-07:00</authored-date>
  <message>Merged Xavier's extconf.rb and adjusted the README.</message>
  <tree>201a38db1b10ccc0a5704fa2c20e9fbafbc4688f</tree>
  <committer>
    <name>Giles Bowkett</name>
    <email>gilesb@gmail.com</email>
  </committer>
</commit>
