This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get -y update | |
sudo apt-get -y upgrade | |
sudo apt-get -y install binutils gcc g++ wget make lzip texinfo | |
mkdir ~/gcc | |
mkdir ~/gcc-src | |
# Get GCC 8.2 from the official source |