Skip to content

Instantly share code, notes, and snippets.

View datoubanzhuan's full-sized avatar
🎯
Focusing

Ken Hu datoubanzhuan

🎯
Focusing
View GitHub Profile
@abhishekcs10
abhishekcs10 / install-gcc-5.4.0.sh
Last active September 11, 2024 02:17 — forked from jtilly/install-gcc-4.9.3.sh
Install GCC 5.4.0
#!/bin/bash
# this script installs GCC 5.4.0
# to use it navigate to your home directory and type:
# sh install-gcc-5.4.0.sh
# download and install gcc 4.9.3
wget https://github.com/gcc-mirror/gcc/archive/gcc-5_4_0-release.tar.gz
tar xzf gcc-5_4_0-release.tar.gz
cd gcc-5_4_0-release