Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
opera7133 committed Mar 17, 2023
1 parent e2647cd commit ebc84d0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit ebc84d0

Please sign in to comment.