Pizzabelly / EasyRP

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

Building on Linux and making images work #183

Closed XShrimp closed 3 years ago

XShrimp commented 3 years ago

I've been trying to figure this out for a whole day, browsing the open/closed issues on this repo but couldn't find much help. Using the Linux EasyRP tar.gz didn't work so I had to build it myself. So I'm leaving this here in hopes of helping someone figure it out.

Follow the build instructions in the README.md until the make part. From the root folder, go to discord-rpc/build/src and move libdiscord-rpc.a to the root folder of your EasyRP then build it. You'll have easyrp in the /build folder. Move the config.ini into the build folder, customize it then on your terminal do: cd [ wherever your EasyRP folder is ]/build ./easyrp

So how to make the images work? This might not be an actual solution but it worked for me. image

On the Details part, having the line "you're telling me shrimp" breaks the code so to fix this I just did this, adding another ' and a new line.

image

Which fixed the broken no image issue whenever I ran the presence.

I hope this helps someone. G'luck with your builds~ o/