Document --without-baseruby for ruby

If using this option, the build system uses a newly built version
of ruby instead of the installed version of ruby, if it is
already installed. This is worth documenting.
This commit is contained in:
Pierre Labastie 2023-01-27 14:57:42 +01:00
parent 57b67574b2
commit 9a8633f620

View File

@ -172,6 +172,12 @@ bundle update rake</userinput></screen>
and installing C API documents.
</para>
<para>
<option>--without-baseruby</option>: This switch prevents using the
system <command>ruby</command> if it is already installed. The build
system will use the newly built version instead.
</para>
</sect2>
<sect2 role="content">