mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user