<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,3 +4,4 @@ mkmf.log
 *.o
 *.bundle
 *.dSYM
+*.gem</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -19,21 +19,21 @@ Make sure that you configure LLVM with PIC enabled:
 
 Add the llvm bin directory to your path, extconf needs to be able to find llvm-conf:
 
-  $ export PATH=$PATH:/$LLVMDIR/Debug/bin
+  $ export PATH=$PATH:/$LLVMDIR/Release/bin
 
-Once you have built LLVM, run extconf.rb giving it location of LLVM:
+Run rake
 
-  $ ruby extconf.rb --with-llvm-include=/$DIR/llvm/include --with-llvm-lib=/$DIR/llvm/Debug/lib
-
-Run make
-
-  $ make
+  $ rake
 
 Run the tests (you will need Rake installed)
 
   $ rake test
 
-Look in test.rb to see examples of use and start messing around.
+Look in test.rb to see examples of use and start messing around.  The
+project was recently reorganized in gem format with Ruby files in lib,
+and C/CPP and extension in ext.  You will need to either load the 
+library as a gem or make sure that both lib and ext dirs are in your
+load path.
 
 * Caveats
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c5dc8ef5e7697e473ef3b2e2fd95476216cf8839</id>
    </parent>
  </parents>
  <author>
    <name>Tom Bagby</name>
    <email>tomatobagby@gmail.com</email>
  </author>
  <url>http://github.com/tombagby/llvmruby/commit/05ce65372eee190044e77150770984a992f46da3</url>
  <id>05ce65372eee190044e77150770984a992f46da3</id>
  <committed-date>2008-10-18T16:49:55-07:00</committed-date>
  <authored-date>2008-10-18T16:49:55-07:00</authored-date>
  <message>Update README regarding build process + gemification</message>
  <tree>f0efff7b08d3c3043726cc7883483446b82801e1</tree>
  <committer>
    <name>Tom Bagby</name>
    <email>tomatobagby@gmail.com</email>
  </committer>
</commit>
