Skip to content

Commit

Permalink
Add gstreamer install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bailuk committed Feb 13, 2024
1 parent 92ae300 commit 5b00870
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ See [Setting up GTK for Windows](https://www.gtk.org/docs/installations/windows)
```PowerShell
pacman -S mingw-w64-x86_64-gtk4
pacman -S mingw-w64-x86_64-libadwaita
pacman -S mingw-w64-x86_64-gstreamer
```
3. Add `C:\msys64\mingw64\bin` to the `PATH` environment varable
4. Add `-Dfile.encoding=UTF8` to the `JAVA_TOOL_OPTIONS` environment varable.
3. Add `C:\msys64\mingw64\bin` to the `PATH` environment variable
4. Add `-Dfile.encoding=UTF8` to the `JAVA_TOOL_OPTIONS` environment variable.

## Build and run sample

Expand Down

0 comments on commit 5b00870

Please sign in to comment.