From f35f4d390e9a28db144e35452eb6f5a8176778b9 Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Fri, 6 Apr 2018 11:47:44 -0700 Subject: [PATCH] Mention Windows Management Framework requirement. (#773) See https://github.com/JuliaLang/julia/issues/26459#issuecomment-373117374 --- downloads/index.md | 2 +- downloads/platform.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/downloads/index.md b/downloads/index.md index 4bdbccc9d0..5b5b9f3562 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -30,7 +30,7 @@ JuliaBox, all of these plotting packages are pre-installed. 64-bit - Windows 7/Windows Server 2012 users also require TLS "Easy Fix" update + Windows 7/Windows Server 2012 users also require TLS "Easy Fix" update, and Windows Management Framework 3.0 or later macOS Package (.dmg) [help] diff --git a/downloads/platform.md b/downloads/platform.md index 0573c68d36..3c8555edcc 100644 --- a/downloads/platform.md +++ b/downloads/platform.md @@ -13,7 +13,9 @@ Julia is available for Windows 7 and later, both 32 bit and 64 bit. 2. Run the downloaded program to extract julia 3. Double-click the julia shortcut in the unpacked folder to start julia -Windows 7/Windows Server 2012 users will also need to install the [TLS easy_fix](https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in) for the package manager to work, see [this Discourse thread](https://discourse.julialang.org/t/errors-for-git-pkg/9351) for more details. +Windows 7/Windows Server 2012 users will also need to install: + - the [TLS easy_fix](https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in) for the package manager to work, see [this Discourse thread](https://discourse.julialang.org/t/errors-for-git-pkg/9351) for more details. + - [Windows Management Framework 3.0 or later](https://docs.microsoft.com/en-us/powershell/wmf/readme) to include PowerShell 3.0 or later. The [Windows README](https://github.com/JuliaLang/julia/blob/master/README.windows.md) contains information on dependencies.