From e0a2c8cb8a7d190157361efca2f9346d76efaea5 Mon Sep 17 00:00:00 2001 From: TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com> Date: Thu, 10 Dec 2020 16:37:29 +0300 Subject: [PATCH] Update URLs to HTTPS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99b0ee46..912e0a86 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You can follow development on our [Discord server](https://moonlight-stream.org/ * Select **MSVC 2019** option during Qt installation. MinGW is not supported. * [DirectX SDK](https://www.microsoft.com/en-us/download/details.aspx?id=6812) * [7-Zip](https://www.7-zip.org/) (only if building installers for non-development PCs) -* [WiX Toolset](http://wixtoolset.org/releases/) v3.11 or later (only if building installers for non-development PCs) +* [WiX Toolset](https://wixtoolset.org/releases/) v3.11 or later (only if building installers for non-development PCs) ### macOS Build Requirements * Qt 5.15 SDK or later @@ -50,7 +50,7 @@ You can follow development on our [Discord server](https://moonlight-stream.org/ * Install the required packages: * Debian/Ubuntu: `libegl1-mesa-dev libgl1-mesa-dev libopus-dev libqt5svg5-dev libsdl2-dev libsdl2-ttf-dev libssl-dev libavcodec-dev libva-dev libvdpau-dev libxkbcommon-dev qt5-default qt5-qmake qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev wayland-protocols qml-module-qtquick-controls2 qml-module-qtquick-layouts qml-module-qtquick-window2 qml-module-qtquick2` * RedHat/Fedora: `openssl-devel qt5-devel SDL2-devel ffmpeg-devel qt5-qtquickcontrols2-devel libva-devel libvdpau-devel opus-devel pulseaudio-libs-devel alsa-lib-devel SDL2_ttf-devel` -* FFmpeg 4.0+ is required to build. If your distro doesn't package FFmpeg 4.0 or later, you can build and install it from source on http://ffmpeg.org/ +* FFmpeg 4.0+ is required to build. If your distro doesn't package FFmpeg 4.0 or later, you can build and install it from source on https://ffmpeg.org/ ### Steam Link Build Requirements * [Steam Link SDK](https://github.com/ValveSoftware/steamlink-sdk) cloned on your build system