-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter 1.1 Install #1
Comments
Windows Native環境へのインストールVisual C++ Build Tools のインストールRustをWindowsで使用する時、C++のコンパイラーが別途必要になるので、あらかじめVisualStudio Build Toolsをインストールしておきます。 VisualStudioダウンロードページをクリックしてBuildToolsをダウンロードします。 RustupのインストールRustupは、Rustのためのツールチェーンマネージャーで、簡単にコンパイラーのバージョンやターゲットを変更できるようなので、これを使ってインストールすることが推奨されているようです。
割と時間がかかるのでそのままじっと待って
こんな感じに表示されたらインストール完了、環境変数のPATHにはCargoのbinディレクトリが登録されているのでコンソールを新しく開けば使えるようになっています。
|
WSL環境へのインストールRustupのサイトに書いてある
を実行します。Windows Nativeの時と同じように進めていって
が表示できればOK 環境変数は登録されているので再度WSLを開きなおせばパスが通っている状態になっている |
The text was updated successfully, but these errors were encountered: