Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neurobin/gccInstaller
Latest gcc and g++ compiler installer from official source code
https://github.com/neurobin/gccInstaller
Last synced: 10 days ago
JSON representation
Latest gcc and g++ compiler installer from official source code
- Host: GitHub
- URL: https://github.com/neurobin/gccInstaller
- Owner: neurobin
- License: lgpl-3.0
- Archived: true
- Created: 2015-03-28T06:08:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T01:13:53.000Z (about 9 years ago)
- Last Synced: 2024-08-01T12:28:12.935Z (3 months ago)
- Language: Shell
- Size: 116 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GCC-INSTALLER
Latest gcc and g++ compiler installer from official source code (configured for 64 bit system for multiarch build)
How To:
-------1.Download the official source code (in tar.bz2) from http://ftp.gnu.org/gnu/gcc/ choose the latest version.
2.Put the "gccinstall" file into that folder where the tar.bz2 archive is.
3.Give it execution permission and run it.
4.It will ask for version number, give it. If there is no other file starting with "gcc" in that folder then simply hitting enter without giving version number will do too.