This file contains hidden or 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 | |
######################################################################################## | |
# GCC 12 and GCC 13 installer: | |
# - checks out GCC sources from official GCC Git repo; | |
# - builds them and installs GCC binaries to $HOME/opt/gcc-x.y.z location | |
# | |
# Installed languages are: C/C++, Fortran and Go | |
# | |
# Prerequisites: Flex version 2.5.4 (or later) and tools & packages listed in |