We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2b973 commit fdd72b7Copy full SHA for fdd72b7
2 files changed
README.md
@@ -3,7 +3,9 @@
3
[](https://travis-ci.org/StefanoBelli/xxtelebot)
4
**Bot API version: 4.3**
5
6
-# xxtelebot: A simple C++11 Telegram Bot API implementation
+# Discontinued project
7
+
8
+## xxtelebot: A simple C++11 Telegram Bot API implementation
9
C++11 Telegram Bot APIs
10
11
*This API wrapper tries to be as conformant as possible to Telegram Bot API, which you are invited to read.*
src/CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.2)
2
find_package(PkgConfig REQUIRED)
-find_package(CURL REQUIRED)
+find_package(CURL REQUIRED VERSION 7.56.0)
find_package(Threads REQUIRED)
#find_library(GCRYPT_LIBRARY NAMES gcrypt libgcrypt)
0 commit comments