Skip to content

Endpool/CookCookhNya-frontend

Repository files navigation

CookCookhNya frontend

Building (development)

  1. Install Conan package manager.

  2. To build. The binary is build/Debug/main.

make build-debug
  1. If you need compile_commands.json for LSP or similar, it is located in build/Debug/compile_commands.json and is regenerated when CMake is configured. Clangd's default search path of it is . and ./build, so I propose create a symlink to the file:
ln -s Debug/compile_commands.json build/compile_commands.json
  1. To run GDB to debug the application use shortcut:
make gdb

Building (production)

It's better to use Dockerfile. If you need to build locally, follow these steps:

  1. Install Conan package manager

  2. To build. The binary is build/Release/main.

make build-release

Run

make start-debug
# or
make start-release

About

Telegram bot in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages