From 60d6f73a8142d44cb9964449ac0410d373c5b9c6 Mon Sep 17 00:00:00 2001
From: "F. Duncanh"
git clone https://github.com/FDH2/UxPlay”), then
install UxPlay dependencies (openssl is already installed with
MSYS2):
-`pacman -S mingw-w64-ucrt-x86_64-libplist mingw-w64-ucrt-x86_64-gstreamer mingw-w64-ucrt-x86_64-gst-plugins-base`
+ pacman -S mingw-w64-ucrt-x86_64-libplist mingw-w64-ucrt-x86_64-gstreamer mingw-w64-ucrt-x86_64-gst-plugins-base
If you are trying a different Windows build system, MSVC versions of
GStreamer for Windows are available from the official GStreamer
@@ -999,9 +999,9 @@ offered in the other builds are not available on Windows; instead, you
can install the uxplay.exe executable in
C:/msys64/ucrt64/bin (plus manpage and documentation in
C:/msys64/ucrt64/share/...) with
cmake --install . --prefix $HOME/../../ucrt64
You can later uninstall uxplay by returning to the build directory -and running
+cmake --install . --prefix $HOME/../../ucrt64 You can
+later uninstall uxplay by returning to the build directory and
+running
ninja uninstall
(This assumes that certain files in the build directory were not deleted since building UxPlay).
diff --git a/README.md b/README.md index 6c143dd..3ad3353 100644 --- a/README.md +++ b/README.md @@ -961,7 +961,9 @@ downloads, "UxPlay" for "git clone" downloads) and build/install with "`git clone https://github.com/FDH2/UxPlay`")**, then install UxPlay dependencies (openssl is already installed with MSYS2): - `pacman -S mingw-w64-ucrt-x86_64-libplist mingw-w64-ucrt-x86_64-gstreamer mingw-w64-ucrt-x86_64-gst-plugins-base` + ``` + pacman -S mingw-w64-ucrt-x86_64-libplist mingw-w64-ucrt-x86_64-gstreamer mingw-w64-ucrt-x86_64-gst-plugins-base + ``` If you are trying a different Windows build system, MSVC versions of GStreamer for Windows are available from the [official GStreamer @@ -986,7 +988,6 @@ downloads, "UxPlay" for "git clone" downloads) and build/install with documentation in `C:/msys64/ucrt64/share/...`) with `cmake --install . --prefix $HOME/../../ucrt64` - You can later uninstall uxplay by returning to the build directory and running `ninja uninstall` diff --git a/README.txt b/README.txt index 44418ff..3bb0222 100644 --- a/README.txt +++ b/README.txt @@ -993,7 +993,7 @@ downloads, "UxPlay" for "git clone" downloads) and build/install with "`git clone https://github.com/FDH2/UxPlay`")**, then install UxPlay dependencies (openssl is already installed with MSYS2): - `pacman -S mingw-w64-ucrt-x86_64-libplist mingw-w64-ucrt-x86_64-gstreamer mingw-w64-ucrt-x86_64-gst-plugins-base` + pacman -S mingw-w64-ucrt-x86_64-libplist mingw-w64-ucrt-x86_64-gstreamer mingw-w64-ucrt-x86_64-gst-plugins-base If you are trying a different Windows build system, MSVC versions of GStreamer for Windows are available from the [official GStreamer @@ -1017,10 +1017,8 @@ downloads, "UxPlay" for "git clone" downloads) and build/install with install the uxplay.exe executable in `C:/msys64/ucrt64/bin` (plus manpage and documentation in `C:/msys64/ucrt64/share/...`) with - `cmake --install . --prefix $HOME/../../ucrt64` - - You can later uninstall uxplay by returning to the build directory - and running + `cmake --install . --prefix $HOME/../../ucrt64` You can later + uninstall uxplay by returning to the build directory and running `ninja uninstall`