Windows
-
[Rust] Windows에서 Rust 개발 환경 구축Programming/Rust 2023. 2. 21. 16:25
Windows에서 Rust 개발 환경 구축을 위한 방법을 포스팅하겠습니다~ Rust 다운로드 https://www.rust-lang.org/ Rust Programming Language A language empowering everyone to build reliable and efficient software. www.rust-lang.org 공식 홈페이지에서 설치파일을 다운로드 합니다. - 설치 없이 온라인 환경에서 연습하고 싶다면 "TRY RUST WITHOUT INSTALLING"을 클릭합니다. - 설치하기 위해 DOWNLOAD RUSTUP-INIT.EXE(64-BIT)를 클릭합니다. RUST 설치 Proceed with installation (default) 인 1을 입력하고 엔터를 누릅니..
-
Visual Studio Code 설치하기 (Windows 10)Programming/Setup 2021. 10. 19. 14:22
Visual Studio Code를 설치해봅시다~ https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 먼저 Visual Studio Code를 다운로드 합니다. OS에 따라 설치 패키지를 선택하여 다..