Rylah's Study & Daily Life
Linux 01. Hello World 본문
Use Ubuntu 20.43 LTS(Long Term Support)
https://ubuntu.com/download/desktop
Download Ubuntu Desktop | Download | Ubuntu
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.
ubuntu.com
use VMware Player
https://www.vmware.com/kr/products/workstation-player.html
설치는 알아서 하실 수 있을겁니다.
gcc 설치후 helloworld까지.
gcc 설치 명령어는 sudo apt -get install gcc
gcc --version으로 확인도 가능합니다.
에디터는 Sublime Text3를 사용하겠습니다.
'Study > C' 카테고리의 다른 글
[Linux C] 01. 시스템과 네트워크 프로그래밍 개요 (0) | 2022.01.21 |
---|---|
Linux 02. 시스템 콜 및 라이브러리 사용 (0) | 2022.01.15 |
10. 파일 입출력 (0) | 2021.11.03 |
09. 구조체 (0) | 2021.11.03 |
08. 다차원 배열 (0) | 2021.11.03 |