Added dev dependencies to the contributing guide
This commit is contained in:
parent
4cb6d7cdb6
commit
fc431ad5db
|
@ -24,8 +24,15 @@ the required settings for you.
|
||||||
|
|
||||||
## Hacking on Oga
|
## Hacking on Oga
|
||||||
|
|
||||||
Assuming you have a local Git clone of Oga, the first step should be to install
|
Before you start hacking on Oga make sure the following libraries/tools are
|
||||||
all the required Gems:
|
installed:
|
||||||
|
|
||||||
|
* Ragel 6.x (6.9 recommended)
|
||||||
|
* gunzip (to unpack the fixtures)
|
||||||
|
* javac (only when using JRuby)
|
||||||
|
|
||||||
|
Assuming you have the above tools installed and a local Git clone of Oga, lets
|
||||||
|
install the required Gems:
|
||||||
|
|
||||||
bundle install
|
bundle install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue