Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 271 Bytes

GCC.md

File metadata and controls

11 lines (10 loc) · 271 Bytes

GCC

Installation

Linux

  • M-1: sudo apt install gcc
  • M-2: from downloaded source (in .tar.xz generally) [NOT tested successfully]
    • $ tar -xz <archive-name.tar.xz>
    • $ cd archive-name
    • $ ./configure
    • $ make
    • $ sudo make install