Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
i0gan authored Aug 10, 2024
2 parents 659c5ae + 9745439 commit 67d74e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/install_dev_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ echo "Current LinuxDistro $LinuxDistro"

if [ $LinuxDistro == "Debian" ] || [ $LinuxDistro == "Ubuntu" ] || [ $LinuxDistro == "Raspbian" ]; then
$sudo apt-get update
$sudo apt-get -y git cmake unzip automake make g++ libtool pkg-config
$sudo apt-get -y install libreadline-dev libssl-dev libncurses5-dev
$sudo apt-get -y git cmake unzip automake make gcc g++ libtool pkg-config
$sudo apt-get -y install libreadline-dev libssl-dev libncurses-dev

elif [ $LinuxDistro == "CentOS" ] || [ $LinuxDistro == "RHEL" ] || [ $LinuxDistro == "Fedora" ] || [ $LinuxDistro == "Aliyun" ]; then
$sudo yum -y install cmake unzip automake make
Expand Down

0 comments on commit 67d74e6

Please sign in to comment.