Commands run on Raspberry Pi (64-bit):
apt update && apt install -y libcurl4-openssl-devgit clone https://github.com/cogmasters/concord.git && cd concordmakegcc myBot.c -o myBot -pthread -ldiscord -lcurl (either in concord or just outside of concord, still does not work)
Version
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
Describe the bug
Something with the installation went wrong.
Screenshots
To Reproduce
Commands run on Raspberry Pi (64-bit):
apt update && apt install -y libcurl4-openssl-dev
git clone https://github.com/cogmasters/concord.git && cd concord
make
gcc myBot.c -o myBot -pthread -ldiscord -lcurl
(either inconcord
or just outside ofconcord
, still does not work)Version
No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye