Skip to content

Commit 531d38f

Browse files
committed
Add info on how to build and install from source.
1 parent 2ed8d55 commit 531d38f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rdoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ while binaries for libxslt and libexslt areprovided in the
4444
libxslt-ruby bindings.
4545

4646

47+
Installation from source:
48+
49+
ruby ext/libxslt/extconf.rb
50+
make
51+
sudo make install
52+
53+
gem build xslt-ruby.gemspec
54+
gem install xslt-ruby-1.1.1.gem
55+
56+
4757
== USAGE
4858

4959
For in-depth information about using libxslt-ruby please refer

0 commit comments

Comments
 (0)