readline or libedit is no longer required to build ruby

This commit is contained in:
Hiroshi SHIBATA 2023-05-10 09:55:27 +09:00
Родитель aec4e2d678
Коммит 172077232e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
3 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -23,7 +23,6 @@
2. Install optional, recommended dependencies:
* readline/editline (libedit, to build readline)
* libffi (to build fiddle)
* gmp (if you with to accelerate Bignum operations)
* libexecinfo (FreeBSD)

Просмотреть файл

@ -19,7 +19,7 @@ Ruby core development can be done either in Windows `cmd` like:
```
ridk enable ucrt64
pacman -S --needed bison %MINGW_PACKAGE_PREFIX%-openssl %MINGW_PACKAGE_PREFIX%-libyaml %MINGW_PACKAGE_PREFIX%-readline
pacman -S --needed bison %MINGW_PACKAGE_PREFIX%-openssl %MINGW_PACKAGE_PREFIX%-libyaml
cd c:\
mkdir work
@ -38,7 +38,7 @@ or in MSYS2 `bash` like:
ridk enable ucrt64
bash
pacman -S --needed bison $MINGW_PACKAGE_PREFIX-openssl $MINGW_PACKAGE_PREFIX-libyaml $MINGW_PACKAGE_PREFIX-readline
pacman -S --needed bison $MINGW_PACKAGE_PREFIX-openssl $MINGW_PACKAGE_PREFIX-libyaml
cd /c/
mkdir work

Просмотреть файл

@ -104,7 +104,7 @@ On macOS, you may need to specify where to find some libraries:
```sh
# Install dependencies
brew install openssl readline libyaml
brew install openssl libyaml
# Configure in dev (debug) mode for development, build and install
./autogen.sh