Skip to content

Commit 5c26c0f

Browse files
committed
Add link to releases
1 parent 69e38f1 commit 5c26c0f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ Plugin that integrates VLC Media Player with Windows 10 System Media Transport C
1111

1212
## Installation
1313

14-
1. Copy `libwin10smtc_plugin.dll` to `<path-to-VLC>\plugins\misc`
14+
1. Get the plugin from [GitHub Releases](https://github.com/spmn/vlc-win10smtc/releases)
15+
2. Copy `libwin10smtc_plugin.dll` to `<path-to-VLC>\plugins\misc`
1516
- *Note:* DLL architecture must match vlc.exe architecture (eg: x86 plugin is not compatible with x64 VLC)
16-
2. Restart VLC and navigate to Advanced Preferences -> Interface -> Control Interfaces
17-
3. Check `Windows 10 SMTC integration` and hit Save
17+
3. Restart VLC and navigate to Advanced Preferences -> Interface -> Control Interfaces
18+
4. Check `Windows 10 SMTC integration` and hit Save
1819

1920
## Build instructions
2021

2122
Official VLC build instructions recommend mingw. However, mingw doesn't support C++/WinRT, so for this plugin MSVC is used instead. In order to build this plugin you'll need: Visual Studio, Windows 10 SDK and VLC SDK:
2223

2324
1. Obtain VLC SDK from [here (x64)](https://get.videolan.org/vlc/3.0.16/win64/vlc-3.0.16-win64.7z) or [here (x86)](https://get.videolan.org/vlc/3.0.16/win32/vlc-3.0.16-win32.7z) and copy `sdk` directory into the root directory of the repository. You may need to rename `lib` to `lib64` for 64-bit builds.
2425
2. Load .sln file in Visual Studio
25-
3. Select as target architecture
26+
3. Select target architecture
2627
4. Build solution

0 commit comments

Comments
 (0)