Cogmasters / concord

A Discord API wrapper library made in C
https://cogmasters.github.io/concord/
MIT License
523 stars 30 forks source link

Raspberry Pi (64-bit) library setup problem #149

Closed Macintosh-Fan closed 1 year ago

Macintosh-Fan commented 1 year ago

Describe the bug

Something with the installation went wrong.

Screenshots

image

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 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

HackerSmacker commented 1 year ago

Did you ever run make install?

Macintosh-Fan commented 1 year ago

Did you ever run make install?

Didn't know I had to do that. Thanks, @HackerSmacker! Compiling works just fine now.

HackerSmacker commented 1 year ago

Awesome, good luck and have fun!