From 46f7160e0b196de3cc672c4614b0e6b7b340d11c Mon Sep 17 00:00:00 2001 From: Benjamin Atkin Date: Wed, 19 Sep 2018 21:48:35 -0700 Subject: [PATCH] add libedit as alternative to readline --- Common-build-problems.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index 385ed40..9e134a4 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -7,6 +7,10 @@ sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \ libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \ xz-utils tk-dev libffi-dev liblzma-dev ``` +Alternative of libreadline-dev: +```sh +sudo apt install libedit-dev +``` * Fedora/CentOS/RHEL: @@ -18,6 +22,7 @@ Alternative of openssl-devel: ```sh sudo yum install compat-openssl10-devel --allowerasing ``` + * openSUSE ```sh