File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,12 @@ The easiest way to install libxslt-ruby is via Ruby Gems. To install:
36
36
37
37
<tt>gem install libxslt-ruby</tt>
38
38
39
- If you are running Windows, make sure to install the Win32 RubyGem which
39
+ If you are running Windows, make sure to install the Mingw64 RubyGem which
40
40
includes an already built binary file. The binary is built against
41
- libxml2 version 2.6.32 , iconv version 1.11 and libxslt version 1.1.24 .
41
+ libxml2 version 2.9.1 , iconv version 1.14 and libxslt version 1.1.28 .
42
42
Binaries for libxml2 and iconv are provided in the libxml-ruby bindings,
43
- while a binary for libxslt is provided in the libxslt-ruby bindings.
44
-
45
- The Windows binaries are biult with MingW. The gem also includes
46
- a Microsoft VC++ 2005 solution. If you wish to run a debug version
47
- of libxml-ruby on Windows, then it is highly recommended
48
- you use VC++.
43
+ while binaries for libxslt and libexslt areprovided in the
44
+ libxslt-ruby bindings.
49
45
50
46
51
47
== USAGE
You can’t perform that action at this time.
0 commit comments