<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>doc/source/_static/dummy</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,57 +1,36 @@
 Developing Redcar
 =================
 
+This assumes that you already have the dependencies from the INSTALL.txt 
+instructions installed. If you haven't made Redcar work from that yet, 
+do that first.
+
 Setting up your environment
 ---------------------------
 
 To get started developing Redcar, you will need to retrieve a copy 
 of the source. Redcar uses the `git &lt;http://git-scm.org&gt;`_ source
-control system, and the repositories are::
+control system. To clone the repository run::
 
   git clone git://github.com/danlucraft/redcar.git
-  git clone git://github.com/danlucraft/gtkmateview.git
-  git clone git://github.com/danlucraft/redcar-bundles.git
-
-Once they have been downloaded, the gtkmateview source must be built, which can be
-done with::
-
-  cd gtkmateview/dist
-  ruby extconf.rb
-  make
-
-You will need a copy of *ruby-gtksourceview2*, which can be obtained and built
-like so::
-
-  wget http://redcareditor.com/packages/ruby-gtksourceview2.tar.bz2
-  tar xjf ruby-gtksourceview2.tar.bz2
-  cd gtksourceview2
-  ruby extconf.rb
-  make
-  
-You will also need to insert symlinks to the these packages in the Redcar source
-tree. 
-  
-  * *redcar/textmate* should point to *redcar-bundles*
-  * *redcar/vendor/gtkmateview* should point to *gtkmateview*
-  * *redcar/vendor/gtksourceview2* should point to *ruby-gtksourceview2*
-  
-You will need a copy of *rbwebkitgtk*. This depends on *webkit*, which can be 
-installed on Ubuntu (Jaunty) with::
-
-  sudo apt-get install libwebkit-1.0-1 libwebkit-dev
-  
-and then install *rbwebkitgtk*::
-
-  git clone git://github.com/danlucraft/rbwebkitgtk.git
-  cd rbwebkitgtk
-  ruby extconf.rb
-  make
-  sudo make install
+
+Once you have the source, retrieve the dependencies::
+
+  cd redcar/
+  git submodule init
+  git submodule update
+
+And build the project::
+
+  rake build
 
 Developer Documentation
 -----------------------
 
-RDoc files built from the source code are available `here &lt;http://redcareditor.com/rdoc/&gt;`_.
+RDoc files built from the source code are available `here &lt;http://redcareditor.com/rdoc/&gt;`_. 
+To build these for yourself run::
+
+  rake rdoc:&lt;plugin_name&gt;
 
 Running Specs and Features
 --------------------------</diff>
      <filename>doc/source/develop.rst</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6f7da60f1fbae50732a6eeeff2e7430553971fd2</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Lucraft</name>
    <email>dan@fluentradical.com</email>
  </author>
  <url>http://github.com/danlucraft/redcar/commit/2a0cb9f81688dfd0590598bdae47aabd6b38c781</url>
  <id>2a0cb9f81688dfd0590598bdae47aabd6b38c781</id>
  <committed-date>2009-05-09T01:01:23-07:00</committed-date>
  <authored-date>2009-05-09T01:01:23-07:00</authored-date>
  <message>Updated developer install instructions</message>
  <tree>33a68ccfb6727fce21dc73e2ad96eb9920b3c0b0</tree>
  <committer>
    <name>Daniel Lucraft</name>
    <email>dan@fluentradical.com</email>
  </committer>
</commit>
