Skip to content

Commit

Permalink
removes the upgrades from the build scripts for windows and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphire-pt committed Sep 3, 2020
1 parent b815413 commit 1ca22e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ then
fi

# Upgrade the system and install required dependencies
sudo apt update && sudo apt upgrade
sudo apt update
sudo apt install git zip unzip build-essential libtool bsdmainutils autotools-dev autoconf pkg-config automake python3 -y

# Clone SAPP code from SAPP official Github repository
Expand Down
2 changes: 1 addition & 1 deletion build_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ then
fi

# Upgrade the system and install required dependencies
sudo apt update && sudo apt upgrade
sudo apt update
sudo apt install git zip unzip build-essential libtool bsdmainutils autotools-dev autoconf pkg-config automake python3 curl g++-mingw-w64-x86-64 -y
echo "1" | sudo update-alternatives --config x86_64-w64-mingw32-g++

Expand Down

0 comments on commit 1ca22e5

Please sign in to comment.