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.
 
 
Joseph Surin 905381f2b8 add .gitignore 3 years ago
spdlog@ff6e3c95f2 please compile 3 years ago
tgbot-cpp@9dae1b4ae7 first 3 years ago
.gitignore add .gitignore 3 years ago
.gitmodules please compile 3 years ago
Base64.hpp spotify login 3 years ago
CMakeLists.txt please compile 3 years ago
CpuFeatures.hpp spotify login 3 years ago
README.md please compile 3 years ago
compile_commands.json update bot 3 years ago
sqlite3.c please compile 3 years ago
sqlite3.h please compile 3 years ago
telegram_bot.cpp song list 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