Skip to content

template for setting up ixwebsocket and cmake for easily making your botris bot!

License

Notifications You must be signed in to change notification settings

shakkar23/botris-cpp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botris-cpp-template

Template for setting up ixwebsocket and cmake for easily making your botris bot!

dependencies

- OpenSSL (libssl-dev on debian!)

Downloading and Building

Cloning

git clone <url> --recurse-submodules

If you forgot to install the submodule (IXWebSocket), do this in the git repo root dir: git submodule update --init --recursive

Building

mkdir build
cd build
cmake ..
make -j4

And you're done!

Prerequisites for running

- Set the environment variable BOTRIS_API_TOKEN to your bot token

About

template for setting up ixwebsocket and cmake for easily making your botris bot!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published