Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoBelli committed Mar 30, 2020
1 parent 5e2b973 commit fdd72b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
[![Travis](https://img.shields.io/travis/StefanoBelli/xxtelebot.svg)](https://travis-ci.org/StefanoBelli/xxtelebot)
**Bot API version: 4.3**

# xxtelebot: A simple C++11 Telegram Bot API implementation
# Discontinued project

## xxtelebot: A simple C++11 Telegram Bot API implementation
C++11 Telegram Bot APIs

*This API wrapper tries to be as conformant as possible to Telegram Bot API, which you are invited to read.*
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.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)

Expand Down

0 comments on commit fdd72b7

Please sign in to comment.