Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 685 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 685 Bytes

foxogram-lib

Foxogram-lib is a user-friendly c++ lib to comfortably work with foxogram api.

Build

git clone https://github.com/Foxocorp/foxogram-lib
cd foxogram-lib
mkdir cmake-build
cd cmake-build 
cmake ..

Dependency

Build requirements

cmake (3.13+)

C++ 17 or newer standard (clang/g++/clang-cl/MSVC)

External Dependencies

OpenSSL For HTTPS and WSS

Optional Dependencies

Zlib (optional) to compress data

Included Dependencies

JSON (Getting and building with project) IXWebSocket to make http requests and connect to websockets