Quote:
|
Originally Posted by shivi4
how to detect gcc in linux
and how to install
i dont know how to install in linux
|
Open terminal and type "gcc" and press enter to see if it is installed, if it says command not found then it might not be installed.
gcc <filename>
eg: gcc shiv.c