Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.06 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.06 KB

WineRPC

Disclaimer: This software is very early in development and as such may not function properly in many systems. Please feel free to create an issue should the need arise. Aditionally, both installation steps and requirements are subject to change in the future as the scope of the project grows (i.e. the inclusion of a GUI, compatibility with other systems).

WineRPC allows Discord Rich Presence to function with games and software running under Wine/Proton.

Installation & Usage

To use WineRPC, you can either build from source or download one of the releases.

You can follow these instructions to build from source, or skip to the last step if using a pre-compiled binary from one of the releases.

  1. Install wine, make and i686-w64-mingw32-gcc/x86_64-mingw32-gcc or an equivalent from your package manager (32-bit or 64-bit MinGW GCC for C).
  2. Run make in the project root.
  3. Lastly, just run the winerpcbridge.exe located in the bin folder under wine and in the same wine prefix as the game/software you intend to have Rich Presence work with.