-
Notifications
You must be signed in to change notification settings - Fork 3
/
INSTALL.txt
31 lines (25 loc) · 1.11 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
========== First Step ==========
1. Download this repository or via releases
2. Extract it to somewhere then follow the Instalation instruction below.
========== Instalation Windows ==========
1. Put `discord-rpc.dll` to your local mpv directory. (copy from `lib\win32` or `lib\win64`)
2. Copy `scripts\mpv-drpc.lua` to your mpv scripts folder
========== Instalation Linux ==========
1. Put `libdiscord-rpc.so` to your local lib folder. (copy from `lib\linux`)
- Usually on: `/usr/local/lib`
2. Copy `scripts\mpv-drpc.lua` to your mpv scripts folder
3. Update your library path
========== Instalation OS X ==========
1. Put `libdiscord-rpc.dylib` to your local lib folder. (copy from `lib\osx`)
- Usually on: `/usr/local/lib`
2. Copy `scripts\mpv-drpc.lua` to your mpv scripts folder
3. Update your library path
========== Instalation Notes ==========
Scripts folder location:
- .\mpv\scripts # Windows
- %APPDATA%\mpv\scripts # Windows
- $HOME/.config/mpv/scripts # Linux and Mac OS X
Discord-RPC library:
- .\mpv # Windows
- /usr/local/lib # Linux and Mac OS X
If you're using Linux/Mac OS, make sure you compiled it with LuaJIT