Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save anhnt/2ba4705fe71895d124638afce75f67d3 to your computer and use it in GitHub Desktop.

Select an option

Save anhnt/2ba4705fe71895d124638afce75f67d3 to your computer and use it in GitHub Desktop.

Revisions

  1. @craigminihan craigminihan revised this gist Sep 8, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@ cd ~/Downloads
    curl ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.9.2/gcc-4.9.2.tar.bz2 -O
    tar xvfj gcc-4.9.2.tar.bz2

    cd gcc-4.9.2.tar.bz2
    cd gcc-4.9.2
    ./configure --disable-multilib --enable-languages=c,c++
    make -j 4
    make install
  2. @craigminihan craigminihan created this gist Feb 25, 2015.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    sudo yum install libmpc-devel mpfr-devel gmp-devel

    cd ~/Downloads
    curl ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.9.2/gcc-4.9.2.tar.bz2 -O
    tar xvfj gcc-4.9.2.tar.bz2

    cd gcc-4.9.2.tar.bz2
    ./configure --disable-multilib --enable-languages=c,c++
    make -j 4
    make install