You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 Rustup 은 Rust toolchain installer 로 러스트 정식 채널에서 Rust 컴파일러와 개발 도구를 설치/관리해줍니다.


설치

Windows

ABI 생성 target 변경

rustup set default-host


32 Bit MSVC target

$ rustup set default-host i686-pc-windows-msvc


64 Bit MSVC target

$ rustup set default-host x86_64-pc-windows-gnu



Ref

  • No labels