Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Mention Windows Management Framework requirement. #773

Merged
merged 1 commit into from
Apr 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion downloads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ JuliaBox, all of these plotting packages are pre-installed.
<td colspan="3"> <a href="https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6.2-win64.exe">64-bit</a> </td>
</tr>
<tr>
<td colspan="6">Windows 7/Windows Server 2012 users also require <a href="https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in">TLS "Easy Fix" update</a></td>
<td colspan="6">Windows 7/Windows Server 2012 users also require <a href="https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in">TLS "Easy Fix" update</a>, and <a href="https://docs.microsoft.com/en-us/powershell/wmf/readme">Windows Management Framework 3.0 or later</a></td>
</tr>
<tr>
<th> macOS Package (.dmg) <a href="platform.html#macos">[help]</a></th>
Expand Down
4 changes: 3 additions & 1 deletion downloads/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down