0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

はじめてのアドベントカレンダーAdvent Calendar 2024

Day 7

Rustacean見習い🔰_環境構築

Last updated at Posted at 2024-12-22

環境準備

Rustの環境を高速で準備します。以下は、その手順

手順

前提:windwos os (私はwindows11で行いました)

  1. c++のbuild Toolを取得

    1. 以下のサイトから、インストーラーをダウンロード
      https://visualstudio.microsoft.com/ja/visual-cpp-build-tools/
    2. ダウンロードしたインストーラーを実行
    3. 以下は☑しておく
       image.png
    4. インストール完了出来たら終わり
  2. Rustを取得

    1. 以下のサイトから、インストーラーをダウンロード
      https://www.rust-lang.org/tools/install
    2. 何もきにすることなく、すべてデフォルトで実行
      一応、1) Proceed with standard installation を選びました
    3. PC再起動
    4. cargo コマンドが実行できれば大丈夫
      image.png
  3. 終わり

トラブルシューティング

cargo runでエラー

以下のエラーがでたら、手順1-3が☑できていないので、
visualstudio installerを起動し確認してみてください
note: the msvc targets depend on the msvc linker but link.exe was not found

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?