diff options
author | llnulldisk <48621230+llnulldisk@users.noreply.github.com> | 2024-04-14 23:43:12 +0200 |
---|---|---|
committer | llnulldisk <48621230+llnulldisk@users.noreply.github.com> | 2024-04-14 23:43:12 +0200 |
commit | 7b72d7a35fce82049fa63444b0ce5f2a3fc22129 (patch) | |
tree | 4d38ab085ea8853776cf9f36f5fe3524b970afdc /README.md | |
parent | 0910c166a920cdac931d40bcb63bfb28039005f1 (diff) |
Update to Bot API 6.6
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -9,7 +9,8 @@ Documentation is located [here](http://reo7sp.github.io/tgbot-cpp). ## State -- [x] Telegram Bot API 6.5 +- [x] Telegram Bot API 6.6 +- [] [Deep Linking](https://core.telegram.org/bots/features#deep-linking) ## Sample @@ -64,7 +65,12 @@ Dependencies: You can install dependencies on Debian-based distibutives with these commands: ```sh -sudo apt-get install g++ make binutils cmake libboost-system-dev libssl-dev zlib1g-dev libcurl4-openssl-dev +sudo apt install g++ make binutils cmake libboost-system-dev libssl-dev zlib1g-dev libcurl4-openssl-dev +``` + +Optionally, install the dependencies for testing and documenting +```sh +sudo apt install libboost-test-dev doxygen ``` You can compile and install the library with these commands: |