Skip to content

Commit

Permalink
updating development documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jan 27, 2011
1 parent 449619d commit 16f69b4
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions README.rdoc
Expand Up @@ -112,10 +112,34 @@ Binary packages are available for:

== DEVELOPMENT:

Developing Nokogiri requires racc and rexical.
=== Developing on C Ruby (MRI)

* rake install:deps
* rake test
Developing Nokogiri requires racc and rexical to generate the parser and
tokenizer. To start development, make sure you have `libxml2` and `libxslt`
installed.

Then install hoe and rake-compiler:

$ gem install hoe rake-compiler

Then run rake:

$ rake

=== Developing on JRuby

Currently, development with JRuby depends on C Ruby being installed. With
normal C Ruby, install racc and rexical:

$ gem install racc rexical

Make sure hoe and rake compiler are installed with JRuby:

$ jgem install hoe rake-compiler

Then run rake:

$ jruby -S rake

== LICENSE:

Expand Down

0 comments on commit 16f69b4

Please sign in to comment.