Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1534539

Browse files
committed
Update README; write instructions to install cargo-generate to
Windows MSVC
1 parent 9c3c4fa commit 1534539

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515

1616
## `ja`テンプレートの内容
1717

18-
**TODO** もう少し丁寧に書く
19-
2018
- AtCoder 2019年言語アップデート後の環境向け
2119
- Rust 1.35.0
2220
- `rustup`でインストールされていることを前提にしている
2321

22+
**TODO** もう少し詳しく書く
23+
24+
2425
## 使いかた
2526

2627
### 準備:cargo-generateのインストール
@@ -34,6 +35,12 @@ $ sudo apt install libssl-dev pkg-config
3435
$ cargo install cargo-generate
3536
```
3637

38+
#### Windows 10 MSVC
39+
40+
```console
41+
$ cargo install cargo-generate
42+
```
43+
3744
#### macOS Mojave 10.14
3845

3946
cargo-generateが依存しているopenss-sysクレートは、macOSに元から入っているOpenSSLライブラリのバージョンに対応していません。
@@ -59,18 +66,13 @@ $ brew install openssl
5966

6067
cargo-generateをインストールします。
6168

62-
```
69+
```console
6370
$ cargo install cargo-generate
6471
```
6572

6673
[homebrew]: https://brew.sh/
6774

6875

69-
#### Windows 10 MSVC
70-
71-
**TODO** openssl(?)とcmakeのインストール方法を書く
72-
73-
7476
### パッケージの生成
7577

7678
`cargo generate`コマンドでパッケージを生成します。

0 commit comments

Comments
 (0)