atcoderでRustを使おうと思い、
AtCoderコンテストにRustで参加するためのガイドブックを読んでいた。
で、以下の手順でインストールしたが、ちょいハマったのでメモを残す。対象はMacOS。
結局以下の4コマンドが必要だった。
$ brew install pkg-config
$ brew install openssl
$ rustup update
$ cargo install cargo-generate
Go to list of users who liked
More than 1 year has passed since last update.
atcoderでRustを使おうと思い、
AtCoderコンテストにRustで参加するためのガイドブックを読んでいた。
で、以下の手順でインストールしたが、ちょいハマったのでメモを残す。対象はMacOS。
結局以下の4コマンドが必要だった。
$ brew install pkg-config
$ brew install openssl
$ rustup update
$ cargo install cargo-generate
Register as a new user and use Qiita more conveniently
Go to list of users who liked