Replace all wget with curl

wget is missing from some system (like macOS and Windows native),
it's better to use curl to simplify build environment.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi
2020-12-22 11:26:05 +08:00
committed by Xiang Xiao
parent c6947199b2
commit 073912e232
10 changed files with 16 additions and 15 deletions
+2 -1
View File
@@ -288,7 +288,7 @@ Cygwin configuration:
gcc-core byacc libmpfr-dev
gcc-g++ gperf libmpc-dev
flex gdb automake-1.15
libncurses-dev libgmp-dev
libncurses-dev libgmp-dev curl
After installing Cygwin, you will get lots of links for installed
tools and shells. I use the RXVT native shell. It is fast and reliable
@@ -319,6 +319,7 @@ README.txt file in the tools repository. This requires the following
additional tools:
pacman -S bison
pacman -S curl
pacman -S gperf
pacman -S ncurses-devel
pacman -S automake-wrapper