From ebc84d075cfcc6e12bdcd32441d1032ed2414685 Mon Sep 17 00:00:00 2001 From: opera7133 Date: Fri, 17 Mar 2023 22:01:34 +0900 Subject: [PATCH] build --- readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/readme.md b/readme.md index 8b38275..0eb3488 100644 --- a/readme.md +++ b/readme.md @@ -11,3 +11,23 @@ SSPとA.I.VOICEを連携させるプラグインです。 - [CSaori Project / proxy_ex](https://github.com/ukatech/csaori/) - [Newtonsoft / Json.NET](https://github.com/JamesNK/Newtonsoft.Json) - [整備班(SEIBIHAN) / YAYA](https://github.com/YAYA-shiori/yaya-shiori) + +## コンパイル(Windows) + +- check.cs + +```bash +csc /r:"(AI.Talk.Editor.Api.dllのパス)" /t:exe .\check.cs +``` + +- client.cs + +```bash +csc /t:winexe .\client.cs +``` + +- server.cs + +```bash +csc /r:"(AI.Talk.Editor.Api.dllのパス)" /r:Newtonsoft.Json.dll /t:winexe .\server.cs +``` \ No newline at end of file