Skip to content

Commit

Permalink
BUILD.md correction
Browse files Browse the repository at this point in the history
  • Loading branch information
DYefremov committed Apr 9, 2024
1 parent 48726bc commit caae440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/win/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
4. Install minimal required packages:
`pacman -S mingw-w64-x86_64-gtk4 mingw-w64-x86_64-libadwaita mingw-w64-x86_64-python3 mingw-w64-x86_64-python3-gobject mingw-w64-x86_64-python3-pip mingw-w64-x86_64-python3-requests`
5. Install GStreamer and plugins:
`pacman -S mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad mingw-w64-x86_64-gtk4-media-gstreamer pacman -S mingw-w64-x86_64-gst-plugins-rs`
`pacman -S mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad mingw-w64-x86_64-gtk4-media-gstreamer mingw-w64-x86_64-gst-plugins-rs`
6. Download and unzip the archive with sources from preferred branch (e.g. [main](https://github.com/DYefremov/TVDemon/archive/refs/heads/main.zip)) in to folder where MSYS2 is installed. E.g: `c:\msys64\home\username\`
7. Run mingw64 shell. Go to the folder where the program was unpacked. E.g: `cd TVDemon`
And run: `./tvdemon.py`
Expand Down

0 comments on commit caae440

Please sign in to comment.