yourWaifu / sleepy-discord

C++ library for the Discord chat client. Please use Rust for new bots

Home Page:https://yourWaifu.github.io/sleepy-discord/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A lot of 'undefined reference to ...'

crptmem opened this issue · comments

Hello, i'm trying to build my bot but i'm getting a lot of 'undefined reference to ...'
Here's the screenshot:
image
Building with command g++ source.cpp -I/usr/local/include/opus/

It's pretty hard to build complex programs by manually entering the compiler command. As such, the library requires the use of the build tool CMake. Please read the docs for more info. https://yourwaifu.dev/sleepy-discord/docs/