Pizzabelly / EasyRP

Give yourself a Custom Rich Presence in Discord.
563 stars 153 forks source link

Linux Compilation (Ubuntu) #141

Closed phatboydave closed 3 years ago

phatboydave commented 3 years ago

I have been trying to compile the source for a little while now, and could not find any solutions to this anywhere. I've tried to use different C++ compilers and none of them make a difference. All the instructions were followed but this issue kept popping up and I could not resolve it.

meson.build:13:2: ERROR : C++ library 'libdiscord-rpc' not found

I understand that meson requires access to a library called 'libdiscord-rpc'. I assume it is supposed to be created in the first set of instructions for Linux, which I have done. I even tried to run the python script inside /discord-rpc but it did not help either. This is the only issue I've encountered when it comes to building EasyRP from source.

Any advice would be highly appreciated.

(btw I tried using the prebuilt one in the releases, but it wasn't letting me run it for some reason.)

image

phatboydave commented 3 years ago

ok