We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de7370 commit 258988cCopy full SHA for 258988c
linux/docker_image/build_stages/install_libreadline.sh
@@ -8,7 +8,7 @@ header "Installing libreadline $READLINE_VERSION"
8
cd /tmp
9
download_and_extract readline-$READLINE_VERSION.tar.gz \
10
readline-$READLINE_VERSION \
11
- https://git.savannah.gnu.org/cgit/readline.git/snapshot/readline-$READLINE_VERSION.tar.gz
+ https://ftp.gnu.org/gnu/readline/readline-$READLINE_VERSION.tar.gz
12
run rm -f "/tmp/readline-$READLINE_VERSION.tar.gz"
13
run ./configure --prefix="/hbb"
14
run make -j2
0 commit comments