readline or libedit is no longer required to build ruby
This commit is contained in:
parent
aec4e2d678
commit
172077232e
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
2. Install optional, recommended dependencies:
|
2. Install optional, recommended dependencies:
|
||||||
|
|
||||||
* readline/editline (libedit, to build readline)
|
|
||||||
* libffi (to build fiddle)
|
* libffi (to build fiddle)
|
||||||
* gmp (if you with to accelerate Bignum operations)
|
* gmp (if you with to accelerate Bignum operations)
|
||||||
* libexecinfo (FreeBSD)
|
* libexecinfo (FreeBSD)
|
||||||
|
@ -19,7 +19,7 @@ Ruby core development can be done either in Windows `cmd` like:
|
|||||||
```
|
```
|
||||||
ridk enable ucrt64
|
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:\
|
cd c:\
|
||||||
mkdir work
|
mkdir work
|
||||||
@ -38,7 +38,7 @@ or in MSYS2 `bash` like:
|
|||||||
ridk enable ucrt64
|
ridk enable ucrt64
|
||||||
bash
|
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/
|
cd /c/
|
||||||
mkdir work
|
mkdir work
|
||||||
|
@ -104,7 +104,7 @@ On macOS, you may need to specify where to find some libraries:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
brew install openssl readline libyaml
|
brew install openssl libyaml
|
||||||
|
|
||||||
# Configure in dev (debug) mode for development, build and install
|
# Configure in dev (debug) mode for development, build and install
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user