You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
alistair 23606eb11d Merge pull request 'modularise code' (#1) from josephsurin/karetele:m into master 3 years ago
lib move external code into lib/ 3 years ago
src move classes into separate files 3 years ago
.gitignore add .gitignore 3 years ago
.gitmodules move external code into lib/ 3 years ago
CMakeLists.txt move classes into separate files 3 years ago
README.md please compile 3 years ago
compile_commands.json update bot 3 years ago

README.md

Building

Install dependencies

  • g++
  • cmake
  • boost system
  • sqlite3-devel, static
  • openssl-static
  • zlib-static

Clone repo

git clone --recurse-submodules https://git.topost.net/alistair/karetele.git

or

git clone https://git.topost.net/alistair/karetele.git
git submodule init
git submodule update

Build libraries

cd spdlog && mkdir build && cd build
cmake .. && make -j

cd tgbot-cpp
mkdir build && cd build
cmake .. && make -j4

  1. build
cd karetele
mkdir build
cd build
cmake ..
make