일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- C언어 포인터
- c# winform
- dart 언어
- Algorithm
- c언어
- 도커
- 다트 언어
- docker
- Data Structure
- c# 추상 클래스
- C# delegate
- Flutter
- 구조체
- Python
- Houdini
- C++
- jupyter
- c#
- github
- Unity
- vim
- git
- c# 윈폼
- 깃
- 유니티
- jupyter lab
- 플러터
- HTML
- 포인터
- gitlab
Archives
- Today
- Total
목록2024/08/04 (1)
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 Install RustA language empowering everyone to build reliable and efficient software.www.rust-lang.orghttps://rust-kr.org/pages/install/ 한국 러스트 사용자 그룹Rust 설치하기 A. Rustup 사용하기 rustup을 쓰면 윈도우,..
Programming/Rust
2024. 8. 4. 01:47