백지부터 시작하는 이세계 코딩 생활

gcc 본문

Service || Server/Ubuntu

gcc

조아덕 2021. 7. 19. 19:44
GNU 컴파일러 모음 (GNU Compiler Collection, 줄여서 GCC)

하나의 컴파일러를 의미한다.

apt -y install nodejs make gcc g++

 

Ubuntu 18.04 버전에서 nodejs 를 설치할 때 사용한다.

 


Ref.

- https://ko.wikipedia.org/wiki/GNU_%EC%BB%B4%ED%8C%8C%EC%9D%BC%EB%9F%AC_%EB%AA%A8%EC%9D%8C

- https://promobile.tistory.com/377

- https://thefunky-monkey.com/page-364/ubuntu-18-04-node-js/

 

'Service || Server > Ubuntu' 카테고리의 다른 글

IPv4 , IPv6  (0) 2021.08.02
npm install -g grunt-cli  (0) 2021.07.20
npm install PM2 -g  (0) 2021.07.19
Ubuntu 18.04 - node js 설치  (0) 2021.07.19
Comments