Skip to content

Commit 5a63f89

Browse files
author
Charlie Savage
committed
Revert "Remove binaries."
This reverts commit 7f8e246.
1 parent 7f8e246 commit 5a63f89

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGES

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
== 1.1.0 / 2014-03-16 Charlie Savage
2-
3-
* Add stylesheet output method for saving transformations to strings (Rick Frankel)
4-
* Update included binaries for Ming64 (Charlie Savage)
5-
61
== 1.0.9 / 2012-03-17 Charlie Savage
72

83
* Build fix for library inclusion order (Andrew Watts)

README.rdoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toolkit. It is free software, released under the MIT License.
88

99
== Requirements
1010

11-
libxslt-ruby requires Ruby 1.9.3 or higher. It is dependent on
11+
libxslt-ruby requires Ruby 1.8.4 or higher. It is dependent on
1212
the following libraries to function properly:
1313

1414
* libm (math routines: very standard)
@@ -36,6 +36,18 @@ The easiest way to install libxslt-ruby is via Ruby Gems. To install:
3636

3737
<tt>gem install libxslt-ruby</tt>
3838

39+
If you are running Windows, make sure to install the Win32 RubyGem which
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.
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++.
49+
50+
3951
== USAGE
4052

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

lib/libs/libexslt-0.dll

456 KB
Binary file not shown.

lib/libs/libxslt-1.dll

1.06 MB
Binary file not shown.

0 commit comments

Comments
 (0)