回答編集履歴

1

fix

2017/07/08 11:58

投稿

mattn
mattn

スコア5030

test CHANGED
@@ -31,3 +31,29 @@
31
31
  BOT.run
32
32
 
33
33
  ```
34
+
35
+
36
+
37
+ なお、Windows のバイナリはこちらからダウンロード出来るらしいです。
38
+
39
+
40
+
41
+ [https://github.com/meew0/discordrb/wiki/Installing-libsodium
42
+
43
+ ](https://github.com/meew0/discordrb/wiki/Installing-libsodium)
44
+
45
+
46
+
47
+ 僕は msys2 mingw64 なので
48
+
49
+
50
+
51
+ ```
52
+
53
+ pacman -S mingw-w64-x86_64-libsodium
54
+
55
+ ```
56
+
57
+
58
+
59
+ でインストールしました。