From 17e36e6bb3cdb3a9dfd1ef84c259f19cc1d934d1 Mon Sep 17 00:00:00 2001 From: Isaiah Date: Thu, 10 Sep 2015 00:24:12 -0400 Subject: [PATCH] Update README.windows msys2 instructions --- README.windows.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.windows.md b/README.windows.md index 500c58f21e991..4d4da9f1c90cf 100644 --- a/README.windows.md +++ b/README.windows.md @@ -66,14 +66,15 @@ or edit `%USERPROFILE%\.gitconfig` and add/edit the lines: 2. Double-click `msys2_shell.bat` in the installed msys directory. Initialize the MSYS2 base system using the `pacman` package manager included in MSYS2: ``` - pacman --needed -Sy bash pacman pacman-mirrors msys2-runtime + update-core + pacman --needed -Sy bash pacman pacman-mirrors msys2-runtime # if update-core is not available + pacman -Syu #Update package database and full system upgrade ``` 3. Exit and restart MSYS2, then install packages required to build julia: ``` - pacman -Syu #Update package database and full system upgrade - pacman -S diffutils git m4 make patch tar p7zip msys/openssh + pacman -S diffutils git m4 make patch tar p7zip msys/openssh ca-certificates ``` 4. Configure your MSYS2 shell so Python is visible on the path: