edit README
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
# Telegram bot for slavasil.ru URL shortener
|
# Telegram AND Discord bot for slavasil.ru URL shortener
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
- gperf
|
- gperf
|
||||||
- openssl
|
- openssl
|
||||||
- zlib
|
- zlib
|
||||||
|
|
||||||
|
### Build
|
||||||
|
```
|
||||||
|
mkdir build && cd build
|
||||||
|
cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=Yes -DDPP_BUILD_TEST=No ..
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user