From 31a72d23462ecde54d2af6a06e1c360f41f54c16 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 6 Dec 2022 12:55:56 +0900 Subject: Added `--with-libyaml-source-dir` option to README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.1