Skip to content

Script for automating the installation of GCC suit of compilers such as GCC, G++, GCOV and others.

License

Notifications You must be signed in to change notification settings

CG-SS/alternatives-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

alternatives-installer

Script for automating the installation of GCC suit of compilers such as GCC, G++, GCOV and others.

Just run it with Python 3.7 >= and it will automatically install alternatives for GCC and others. Normally when you self-compile GCC, most people end up only replacing GCC and forget to update other sys links such as G++ and GCOV and end up using mixed versions, such as GCC 8 with G++ 7, this will lead to unexpected behavior in the future. With this script, you can guarantee that you have the latest version as default.

After running it once you can use sudo update-alternatives --config to see the changes.

About

Script for automating the installation of GCC suit of compilers such as GCC, G++, GCOV and others.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages