summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-06 12:55:56 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-06 12:55:56 +0900
commit31a72d23462ecde54d2af6a06e1c360f41f54c16 (patch)
treec44ce48d3e72cc9a3f39790a15542512c388eba9 /README.md
parente5e29e8858670fd651b6a0fb6a40ba682a6353f5 (diff)
downloadpsych-31a72d23462ecde54d2af6a06e1c360f41f54c16.tar.gz
Added `--with-libyaml-source-dir` option to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index d4bf409..9e014d3 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,11 @@ If you want a newer gem release of Psych, you can use rubygems:
gem install psych
+
+Psych supported the static build with specific version of libyaml sources. You can build psych with libyaml-0.2.5 like this.
+
+ ```gem install psych -- --with-libyaml-source-dir=/path/to/libyaml-0.2.5
+
In order to use the gem release in your app, and not the stdlib version,
you'll need the following:
@@ -44,7 +49,6 @@ Or if you use Bundler add this to your `Gemfile`:
JRuby ships with a pure Java implementation of Psych.
-
## License
Copyright 2009 Aaron Patterson, et al.