mirror of
https://github.com/Syping/dtranslatebot.git
synced 2024-11-21 13:20:23 +01:00
0.1 release
This commit is contained in:
parent
8cf9b6af94
commit
7dcb64f7cf
1 changed files with 26 additions and 0 deletions
26
README.md
Normal file
26
README.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
## dtranslatebot
|
||||
Open Source Discord Translation Bot
|
||||
|
||||
- Translate incoming channel messages to a Webhook
|
||||
- Support configuration through slashcommands and JSON
|
||||
- Cross-Platform
|
||||
|
||||
#### Build Dependencies
|
||||
- CMake 3.16 or newer
|
||||
- Compiler with C++17 Support
|
||||
- [D++: A C++ Discord API Library for Bots](https://dpp.dev/)
|
||||
|
||||
#### Runtime Dependencies
|
||||
- [LibreTranslate](https://libretranslate.com/)
|
||||
|
||||
#### Build dtranslatebot
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Syping/dtranslatebot
|
||||
cmake -B dtranslatebot-build dtranslatebot
|
||||
cmake --build dtranslatebot-build
|
||||
sudo cmake --install dtranslatebot-build
|
||||
```
|
||||
|
||||
##### Optional CMake flags
|
||||
`-DWITH_BOOST=TRUE`
|
Loading…
Reference in a new issue