일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- C# delegate
- Data Structure
- 포인터
- Houdini
- c# winform
- Algorithm
- jupyter lab
- gitlab
- 다트 언어
- C언어 포인터
- Python
- github
- 유니티
- C++
- 구조체
- 플러터
- HTML
- c# 윈폼
- dart 언어
- vim
- Flutter
- c언어
- jupyter
- Unity
- c# 추상 클래스
- git
- c#
- docker
- 깃
- 도커
Archives
- Today
- Total
nomad-programmer
[Programming/Rust] Rust 설치 (Rocky Linux 9) 본문
Rust 설치는 쉽다. 다음과 같이 명령어 한줄이면 설치가 완료된다.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
위의 명령어를 실행하고 아래와 같이 실행해 보자. 버전 정보가 나온다면 설치가 완료된 것이다.
rustc --version
참고
https://www.rust-lang.org/tools/install
https://rust-kr.org/pages/install/
Comments