Commit 191f1aa7 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Note about header files to install instructions.

parent 519a43cb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -77,6 +77,11 @@ For hacking fork it from github:
JsDuck depends on [json][], [RDiscount][], and [parallel][]; plus
[RSpec][] for tests.

If you encounter errors during gem installation, you may need to
install the header files for compiling extension modules for ruby 1.8.
For Debian systems you'll need the `ruby1.8-dev` package.  For Red Hat
/ CentOS / Fedora use the `ruby-devel` package.

[v0.6]: https://github.com/senchalabs/jsduck/tree/v0.6
[json]: http://flori.github.com/json/
[RDiscount]: https://github.com/rtomayko/rdiscount