Skip to content

Commit fdd72b7

Browse files
author
StefanoBelli
committed
update README.md
1 parent 5e2b973 commit fdd72b7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
[![Travis](https://img.shields.io/travis/StefanoBelli/xxtelebot.svg)](https://travis-ci.org/StefanoBelli/xxtelebot)
44
**Bot API version: 4.3**
55

6-
# xxtelebot: A simple C++11 Telegram Bot API implementation
6+
# Discontinued project
7+
8+
## xxtelebot: A simple C++11 Telegram Bot API implementation
79
C++11 Telegram Bot APIs
810

911
*This API wrapper tries to be as conformant as possible to Telegram Bot API, which you are invited to read.*

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.2)
22

33
find_package(PkgConfig REQUIRED)
4-
find_package(CURL REQUIRED)
4+
find_package(CURL REQUIRED VERSION 7.56.0)
55
find_package(Threads REQUIRED)
66
#find_library(GCRYPT_LIBRARY NAMES gcrypt libgcrypt)
77

0 commit comments

Comments
 (0)