From 7dcb64f7cf0244dac75b56d8e36dcceb1d683fde Mon Sep 17 00:00:00 2001 From: Syping Date: Tue, 20 Feb 2024 07:18:04 +0100 Subject: [PATCH] 0.1 release --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..de6ccdc --- /dev/null +++ b/README.md @@ -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`